* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	border: 1px solid #CC0000;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 200px;
	width: 900px;
	background-color: #BDE4E9;
}
#wrapper #Menu {
	height: 25px;
	width: 900px;
}
#wrapper #Bdyarea1 {
	height: 1780px;
	width: 900px;
	background-image: url(../Images/backgrnd2.jpg);
	background-repeat: repeat;
}
#wrapper #Bdyarea1 #div #div2 {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BEDBFB;
}

#wrapper #Bdyarea1 #div #div2 #anibox {
	height: 790px;
	width: 600px;
	background-color: #BEDBFB;
}
#wrapper #Bdyarea1 #div #div2 #specs {
	height: 450px;
	width: 600px;
	background-color: #BEDBFB;
}

#wrapper #footer {
	background-color: #000000;
	height: 100px;
	width: 900px;
}

