@CHARSET "UTF-8";
*{
margin: 0;
padding: 0;
}
html {overflow: scroll;}
body{
background: #000000 url('../img/bg.jpg') repeat-x;
font: 11px verdana;
color: #FFFFFF;
}

a{color:#FFFFFF; text-decoration: none}
	a:hover{text-decoration: underline;}
	
	#page{
	margin: auto;
	width: 800px;
	margin-top: 20px;
	}
		#header{
		margin-top: 30px;
		height: 140px;
		}
			#header #title{
			float: right;			
			text-align: right;
			}
				#header #title .h1{
				font-size: 34px;
				letter-spacing: 2px;
				}
				#header #title .h2{
				font-size: 16px;
				font-weight: bold;
				}
			
			#header #contact{
			margin-top:10px;
			line-height:18px;
			float: left;
			}
		
		#content{
		clear: both;
		min-height: 400px;
		}
			#content #content_right{
			float:right;
			width: 500px;
			}
				#content #content_right img{
				margin: 0 10px 10px 0;
				}
				
				div#info img{
				cursor: pointer;
				margin-top: 10px;
				}
			#content #content_left{
			float:left;
			width: 250px;
			}	
				#content #content_left ul#language{
				margin-left: 20px;
				margin-top: 5px;
				list-style: none;
				}
		
		#footer{
		margin-top: 20px;
		text-align: center;
		}
			#footer hr{
			margin-bottom: 20px;
			}