@import url("style_reset.css");

/* -----------------------------------------------------------------------

WEBSITE URI:					http://wuxing.pt
WEBDESIGN & FRONT-END CODING:	Hugo Baeta - http://hugobaeta.com

----------------------------------------------------------------------- */

/* @group Basic Styles */
body { font-size: 62.5%; font-family: Arial, Helvetica, Geneva, sans-serif; }
/* @end */

/* @group Links */
a:link, a:visited { color: #111111; }
a:hover, a:active { color: #99cc00; text-decoration: none; }
/* @end */


/* @group My Group */
#message-wrap { width: 300px; margin: 0 auto; }
#message { overflow: hidden; padding: 0 0 5em; }

#message h1 { width: 300px; height: 180px; background: #ccc url(assets/logo.png); margin: 80px 0 80px; }
#message h1 span { display: none; }

#message h2 { font-size: 1.1em; text-transform: uppercase; font-weight: bold; color: #999;
	padding: 0 115px 1.5em 0; }

#message p { font-size: 1.2em; margin: 0 0 1.5em; padding: 0 0 0 0; }

/* @end */
