

body {
    margin:0px;
    padding:0px;
    background-attachment : fixed;
    background-color : #000000;
    background-image : url(gfx/bg3c.jpg);
    background-position : right bottom;
    background-repeat : no-repeat;
    font-family:Verdana,Arial,sans-serif;
    		width: 100%;
		height: 100%;
  }


.maindiv {
	position:absolute;
    width:100%;
    height:100%;
	float:left;
    background: url('gfx/bg_main_c.jpg') no-repeat;
/*    padding-top:10px;*/
  }

.topdiv{
height:10%;
width:600px;
float:left;
clear:both;
color:#ffffff;
font-size:12px;
text-align:left;
padding-left:360px;
padding-top:10px;
}


.contentsdiv {
   
    float : left;
    width:100%;
    height : 80%;
  }


.creditsdiv {
    float : right;
    width:auto;
    height : 20px;
    bottom:0px;
    right:10px;
  		position: absolute;
  		color:#cccccc;
  		font-size:11px;

  }


.iconsdiv {
    float : right;
    width:90px;
    height : auto;
    top:120px;
    right:8px;
  		position: absolute;
  		color:#cccccc;
  		font-size:11px;

  }


  .menusxdiv{
  		position: absolute;

width:180px;
float:left;
z-index:10000;
text-align:center;
margin-top:40px;
		height: auto;
/*	background:#000000;
		border:1px dotted #cccccc;*/
					filter: alpha(opacity=80);
		opacity: 0.8;
		-moz-opacity: .80;
		-khtml-opacity: .80;
  }

.menusxlink{
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	width:160px;
	padding:10px;
	margin:2px;
	text-align:center;
/* 	background:#003366; */

}
.menusxlink:hover{
	color:#0066CC;
}

.menutoplink{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	float:left;

	padding:16px;
	margin:2px;
	text-align:center;
/* 	background:#003366; */

}
.menutoplink:hover{
	color:#0066CC;
}


.menuicon{
float:left;border:0px;
padding-left:20px; padding-top:2px;
}


  .overlaydiv{
  		position: absolute;

width:250px;
height:250px;
    top:164px;
    right:0px;
  		z-index:10000;
text-align:center;
		border:1px dotted #cccccc;
font-size:11px;
	background:#000000;
color:#ffffff;
		opacity: 0.7;
		-moz-opacity: .70;
		-khtml-opacity: .70;
  }

.textboxtmp{   
    float : left;
    width:60%;
    height : auto;
	padding-left:200px;
	padding-top:60px;
	position:absolute;
	color:#ffffff;
    }
