@charset "utf-8";
/* CSS Document */

#topback {
	background-image: url(../images/tophead.jpg);
	position: absolute;
	top: -25px;
	left: -8px;
	background-repeat: repeat-x;
	width: 100%;
	height: 210px;
}
.icon {
	position: absolute;
	top: 250px;
}

#topback img {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 45px;
}
body {
	background-color: #CCC;
}
.writeup {
	background-color: #FFF;
	width: 750px;
	position: absolute;
	top: 0px;
	left: 3%;
	height: auto;
	color: #000;
}
.writeup strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
}
#wrap {
	position: absolute;
	top: 230px;
	left: 50%;
	width: 900px;
	height: 450px;
	background-color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-left: -450px;
}
#toplinks {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	text-align: right;
	color: #FFF;
}
