/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
font: normal 11px Verdana, Arial, Geneva,  sans-serif;
 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
  background: #fff url("./img/logo_small.png") no-repeat;/**/
 width:100%;

} 

#header h1{
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 150px;
	padding-left:300px;
	height: 110px;
}
 
 /*#F4F0E5*/
 
#maincol{
 	
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 min-height: 150px;
 background: #fff url("./img/pyramid.jpg") no-repeat bottom right;
 border: 1px solid #F4F0E5;
 }
 
 
 #service_content{
	 margin-left: 15px;
	 display: none;
 }
 
 #home_content{
	 margin-left: 15px;
 }

 #contact_content{
	 margin-left: 15px;
	 display: none;
 }
 
 .sep{
	 background: #fff url("./img/left.gif") no-repeat center ;
	 width: 70px;
	 height: 150px;
	 float:left;
 }
 
 
 
#footer{
 height:20px; 
  background-color:#fff; 
 clear:both;
 text-align:center;
 } 
 
 
#menu a{
text-decoration: none;
font: bold 14px Arial;
color: black;
width: 115px;
height: 40px;
float: right;
display: inline;
margin-right: 8px;
background-image:url(./img/link.png);
background-repeat: no-repeat;
line-height: 40px;
text-align:center;
 }
 
 
 #menu a:hover{
	 background-image:url(./img/link_hover.png);
	 
 }
 
#menu a.active{
	 background-image:url(./img/link_hover.png);
	 
 }
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*css for a game*/
#end{
	display: none;
}
#main{
	width: 300px;
	height: 300px;
	display: none;
}

#main div{
	float: left;
	width: 90px;
	height: 90px;
	margin: 1px;
	border: 1px solid #000;
}
