#container
{
	border: 12px solid #3F2F45;
	font-family: Tahoma;
	padding: 10px;
	background-color: #FFFFFF;
	#width: 100%;
	#height: 100%;





}

#content
{
	border: 3px solid #CC0000;
	padding: 8px;
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	background-image: url(BG.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;


	#width: 100%;
	#height: 100%;







}

#main
{
	border: 2px solid #CC0000;
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	background-position: center center;
	height: 180px;
	top: 10px;
	left: 40%;


}
#dropmenudiv{
	font:normal 12px/18px Georgia;
	display: block;
	position: absolute;
	#margin-top: 16px;
	#margin-left: 8px;









}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: underline;
	padding: 3px;
}

#dropmenudiv a:hover{
	background-color: #3F2F56;

}

}
