/* CSS Document */
body {

	background-color: #000000;
	margin:0px;
	padding:Opx;
	background-image:url(../img/BG.jpg);
background-position:center;
background-repeat:no-repeat;
	


}

#gameDiv{
/*width:520px;*/
height:100%;
width:100%;

margin:0px;
padding:0;
padding-top:50px;


text-align:center;



}

#logoDiv{
/* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
							height:83px; /* fix bar's height */
							width:100%; /* use 100% of width */
							/* the code below will PUT the bar at the bottom */	
							bottom:0px;
							right:0px;
							overflow:hidden;
							z-index:200;
							position:fixed;
							/*background-image:url(../img/Footer.png);*/
							padding-bottom:20px;
							margin-right:20px;
							
							
							text-align:right;
							}







#tag1Div{
float:left;
width:215px;
height:520px;
background-image:url(../img/tag1.jpg);
margin:0 0 0 10px;
padding:0;
display:inline;
}
#tag1Div ul{
width:215px;
height:331px;
margin:0;
padding:0;
}
#tag1Div ul li{
list-style:none;
margin:0;
padding:0;
}
#tag1Div ul li a{
display:block;
list-style:none;
width:215px;
height:280px;
background-image:url(../img/tag1.jpg);
margin:0;
padding:0;
}
form{
margin:0;
padding:45px 0 0 70px;
}
.toFrom{
font: 10px/120% Verdana, Arial, Helvetica, sans-serif;
color:#ccc;
width:120px;
height:14px;
background-color:#000;
border:2px solid #9FB52E;
margin:0 0 10px 0;
padding:3px 0 0 0;
}
.clear{
clear:both;
}
.sendButt{
	margin:5px 0 0 40px;
	padding:0;
}
img{
margin:0;
padding:0;
}
a{
color:#ccc;
}
