/* body */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e10042;
	background: #aaaaaa;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* link pseudos */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#background {
	position: absolute;
	width: 100%;
	height: 1000px;
	margin-top: -500px;
	margin-left: -50%;
	top: 50%;
	left: 50%;
	background: url("../images/background.gif") repeat-x;
}

/* content div */
#content{
	position: absolute;
	width: 800px;
	height: 50px;
	margin-left: -400px;
	margin-top: -25px;
	top: 50%;
	left: 50%;
	z-index: 1000;
	text-align: center;
}