html{
	overflow:hidden;}
body {
	margin: 0 auto;
	font-family:tahoma;
	font-size:30px;
	background-color: #CECECE;
	scrollbar-face-color: #d6b89e;
	scrollbar-highlight-color: #d6b89e;
	scrollbar-shadow-color:#d6b89e;
	scrollbar-3dlight-color: #d6b89e;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color:  #E4E4E4;
	scrollbar-darkshadow-color:#d6b89e;
	text-align:center;
	}
		
#container{
	margin:0 auto;
	width:1000px;}
	
#spaceempty1{
	width:100%;
	height:380px;
	background: url(../images/home.jpg) center bottom no-repeat;}

#langs{
	width:100%;
	margin-top:10px;
	height:30px;
	z-index:1;
	text-align:center;
	font-family:"Times New Roman", Times, serif;}

.firstlink{
	float:left;
	color: #e6c8a7;
	text-align:right;
	font-size:26px;
	text-decoration:none;
	width:48%;
	height:30px;}
	
#spacer{
	float:left;
	width:4%;
	height:30px;
	background: url(../images/spacer.jpg) center no-repeat;}
	
.seccondlink{
	float:right;
	color:#e6c8a7;
	text-align:left;
	font-size:26px;
	text-decoration:none;
	width:48%;
	height:30px;}
	

