* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CC0000;
}
#wrapper #header {
	height: 200px;
	background-color: #BDE4E9;
}
#wrapper #Menu {
	height: 25px;
}


#wrapper #Bdyarea1 {
	width: 900px;
	background-image: url(../Images/backgrnd2.jpg);
	background-repeat: repeat;
}
#wrapper #Bdyarea1 #div {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #Bdyarea1 #div #div2 {
	height: 580px;
	width: 600px;
	background-color: #BEDBFB;
}

#wrapper #Bdyarea1 #div #anibox {
	width: 600px;
	height: 200px;
	background-color: #BEDBFB;
}
#wrapper #Bdyarea1 #div #titl {
	height: 30px;
	width: 600px;
	background-color: #BEDBFB;
	padding-top: 15px;
}
#wrapper #Bdyarea1 #div #titl #left {
	height: 30px;
	width: 250px;
	float: left;
}
#wrapper #Bdyarea1 #div #titl #right {
	height: 30px;
	width: 330px;
	float: right;
}


#wrapper #Bdyarea1 #div #anibox #anileft {
	width: 250px;
	float: left;
	height: 210px;
}
#wrapper #Bdyarea1 #div #anibox #aniright {
	float: right;
	width: 330px;
	height: 200px;
}
#wrapper #Bdyarea1 #div #specs {
	height: 450px;
	width: 600px;
	background-color: #BEDBFB;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer {
	background-color: #000000;
}

