@charset "utf-8";
/* CSS Document */

body {
	background:#060;
	margin: 0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:80%;
	}

#wrapper {
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
#maincontent {
	margin: 100px;
	}
	
#maincontent img {
	border:none;
	margin-left:100px;
	}
#maincontent h1, h2, h3 {color: #FFC;}
#signup {
	background:#fff;
	border:black dashed medium;
	padding:15px;
	}