/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	
}
#box{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 960px;
}
#top{
	height: 300px;
	width: 960px;
	background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
}
#content{
	height: auto;
	width: 960px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	color: #FFFF99;
}
#bottom{
	background-image: url(../images/bottombg.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 960px;
}
body{
	background-color: #B70002;
}