body, html {
height:100%
}
body{
margin: 0;
padding: 0;
border:none;
background: none repeat scroll 0 0 #edebec;
text-align: center;
}
#box {
margin:100px auto;
width:498px;
}
#top {
	height: 23px;
	width: 498px;
	background :url(../img/top.png) no-repeat 0 0;


}
#bottom {
	height: 23px;
	width: 498px;
	background :url(../img/bottom.png) no-repeat 0 0;
}


#center {
	height: 338px;/*250*/
	width: 494px;
	padding-top: 9px;
	background-color :#ffffff;
	border-left: 2px solid #c1bfc0;
	border-right: 2px solid #c1bfc0;

}

#logo {
	padding-top: 24px;
	margin: 6px auto 0px auto;
	height: 63px;
	width: 240px;
	background :url(../img/logo.png) no-repeat 0 0;
}
#center h1{
	margin:-16px 0 0 79px;
	font-family: Trebuchet MS;
	font-style:italic;
	color:#990000;
	font-size: 15px;
	cursor:default;
}

#pinkbox {
font-family: Trebuchet MS;
background:url(../img/pinkbox.jpg) no-repeat scroll 0 0 transparent;
height:138px;
margin:40px auto 0;
width:494px;
}
#pinkbox ol{
	margin-left:54px;
	text-align:left;
	font-weight:bold;
	color:#777;
}

#pinkbox h1{
	margin:0px auto;
	padding-top:13px;
	font-family: Trebuchet MS;
	font-style:normal;
	font-weight:bold;
	color:#777;
	font-size: 18px;
	cursor:default;
}
#yellowbotton {
	display:block;
	margin: 22px auto;
	height:69px;
	line-height:43px;
	width: 283px;
	padding-top:5px;
	/*background:url(image/yellowbotton.png) no-repeat 0 0;*/
	background:url(../img/buttonsprite.png) no-repeat 0px 0px transparent;
	font-family:Trebuchet MS;
	color:#53527c;
	font-size: 18px;
	font-weight:bold;
	text-shadow:0 2px 2px #FFFFFF;
	text-align:center;
	text-decoration:none;
}

#yellowbotton:hover {
background:url(../img/buttonsprite.png) no-repeat -283px 0px;
}

