/* CSS file */
body{
	background-color:#25211e;
} 
#main{
	background:#362d25 ;
	position:absolute;
	top:50px;
	left:50px;
	width:1024px;
	height:525px;
}
#titleContainer{
	background:#f2ebde;
	position:absolute;
	bottom:0%;
	left:0%;
	width:100%;
	height:375px;	
}

#bellyband{
	background:#362d25;
	position:absolute;
	bottom:0%;
	left:0%;
	width:100%;
	height:275px;
}

#txtContainer01{
	background:#f2ebde;
	position:absolute;
	top:-40px;
	left:10px;
	width:250px;
	height:40px;
}

#txtContainer02{
	background:#362d25;
	position:absolute;
	top:0px;
	left:60px;
	width:240px;
	height:55px;
}

#txtContainer03{
	background:#362d25;
	position:absolute;
	top:20px;
	left:320px;
	width:654px;
	height:250px;
	text-align:justify;
}
#reviewNext{
	background:#362d25;
	position:absolute;
	bottom:10px;
	right:40px;
	width:120px;
	height:10px;
}

#linkContainer{
	background:#f2ebde;
	position:absolute;
	top:-25px;
	right:40px;
	width:480px;
	height:20px;
}


#subLink01{
	background:#f2ebde;
	position:absolute;
	top:0px;
	right:300px;
	width:180px;
	height:20px;
}
#subLink02{
	background:#f2ebde;
	position:absolute;
	top:0px;
	right:194px;
	width:106px;
	height:20px;
}
#subLink03{
	background:#f2ebde;
	position:absolute;
	top:0px;
	right:88px;
	width:106px;
	height:20px;
}
#subLink04{
	background:#f2ebde;
	position:absolute;
	top:0px;
	right:0px;
	width:88px;
	height:20px;
}
a:link {text-decoration:none;color:#f2ebde;}
a:visited {text-decoration:none;color:#f2ebde;}
a:active {text-decoration:none;color:#f2ebde; }
a:hover {text-decoration:none;color:#cf95ba;}



