/* GENERAL RULES
-------------------------------------------------------------------- */

* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 11px;
	
	/* global font settings */
	color: #ffffff; /* main text color */
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	
	/* part 1 of centering hack */
	text-align: left;
	
	line-height: 18px;
}

/* for links in divs just do this #div a {blah} */

a {
	font-family: arial, helvetica, verdana sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:link { 
	color: #00aeef;
	}
a:visited { 
	color: #00aeef;
	}
a:hover { 
	color: #00aeef;
	text-decoration: underline;
	}
a:active { 
	color: #00aeef;
	}
	
/*--------- CONTAINER & CONTENT --------------------------------------------------------*/

#container {
}

#text {
position: absolute;
left: 126px;
top: 520px;
}

#email {
position: absolute;
left: 270px;
top: 510px;
}
