@charset "utf-8";
/* CSS Document */
body{
	background-color:#7f0202;
	background-image:url(/_images/backgrnd.jpg);
	background-position:top;
	background-repeat:repeat;
 	font-family:"Verdana";
 	color:#FFFFFF;
	font-size:14px;
}

#bodyLayer{
	margin-top:5%;
	margin-bottom:auto;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	height:auto;
}
#leezaartSwf{
	position:absolute;
	top:25%;
	left:180px;;
	z-index:0;
	/*margin-top: -285px; set to a negative number 1/2 of your height*/
	/*margin-left: -411.5px; set to a negative number 1/2 of your width*/
}

#leezaart a:link{
	color: #FFFFFF;
}
#leezaart a:visited{
	color: #FFFFFF;
}
#leezaart a:active{
	color: #FFFFFF;
}
#leezaart a:hover{
	color:#FFFF33;
}

#logo{
	position:absolute;
	z-index:100;
	width:145px;
	height:297px;
	top:30%;
	left:20px;
	background-image:url(/_images/Logo.png);
	background-repeat:repeat;
	background-position:top;
}
