@charset "UTF-8"; 
/* CSS Document */

body,div{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;

}

#container{
	margin-left:auto;
	margin-right:auto;
	height:750px;
	width:950px;
	border:0px groove purple;
	background-color:#663366;
}


#header{
	text-align:center;
	height:112px;
	width:950PX;
	border:0px groove purple;
	/*background-color:#3300CC;*/
	background-image:url(images/header_back.jpg);
    background-repeat:repeat-x;

}

#body{
	text-align:center;
	height:241px;
	width:950px;
	border:0px groove purple;
	/*background-color:#e0e9cf;*/
	background-image:url(images/body_back.jpg);
	background-repeat:no-repeat;

}
#bodyBAND{
	text-align:center;
	height:309px;
	width:950px;
	border:0px groove purple;
	background-image:url(images/bodyBAND_back.jpg);
	/*background-color:#e0e9cf;*/
	background-repeat:no-repeat;

}


#footer{
	text-align:center;
	height:88px;
	width:950px;
	/*background-color:#0000CC;*/
	background-image:url(images/footer_back.jpg);
	background-repeat:no-repeat;

	

}

#Copyright{
	float:left;
	margin-top:32px;
	width:400px;
	height:20px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	Color:#6f7818;
}

#HDBody{
	float:left;
	text-align:left;
	margin-left:385px;
	width:302px;
	height:26px;
	background-image:url(images/hd_cook.gif);
	
}

#CopyBody{
	float:left;
	text-align:left;
	margin-top:10px;
	margin-left:285px;
	width:517px;
	height:59px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	Color:#6f7818;
}
#CopyTRY{
	float:left;
	text-align:center;
	
	margin-left:285px;
	width:517px;
	
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	Color:#6b1e0d;
}
#CopyFree{
	float:left;
	text-align:left;
	margin-top:10px;
	margin-left:285px;
	width:517px;
	height:20px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	Color:#6f7818;
}

#BTNRegister{
	float:left;
	text-align:left;
	margin-top:5px;
	margin-left:475px;
	width:139px;
	height:37px;
	
}

#CopyBAND{
	float:left;
	text-align:left;
	margin-top:92px;
	margin-left:56px;
	width:426px;
	height:190px;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	Color:#ffffff;
}

/*#footerMenu{
	float:right;
	margin-top:10px;
	width:100px;
	height:20px;
	background-color:#006633;


	

}*/