* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {
background :  url(blue.gif);
	margin			: 0;
	padding			: 0;
	text-align		: center;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
}



#container {
	width:390px;
	float:center;
}

/*this controls the top bar*/
#top {
	background :  url(thtop.jpg) no-repeat;
	width:400px;
	height:352px;
	text-align:center;
}

/* this is all the content */
#content_one {
background:#fff;
margin-top:0px;
padding:1px 0 1px 0;
width:400px;
font-size:80%;
}

#content_one p{
	background:#e8e4d9;
	text-align:left;
	margin:0px;
	padding:0px;
	border:10px solid #d0cbbc;
}




span.design {
	font-size:80%;
	color:#e8e4d9;
}

a.design {
	text-decoration:none;
	color:#e8e4d9;
}

a.design:hover {
	color:#000;
}

a.midtext {
text-decoration : none;
color:#126C12;
font-weight:bold;
}