@charset "utf-8";

/* CSS Document */
body,html{height:100%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:top;background:transparent;margin:0;padding:0;}
body{line-height:1;}

p {margin: 0; }

a { color: #000; text-decoration:none;}

body {
	font: 12px/1.5em sans-serif;
	color: #000;
	background: #e1e1e1 url(images/background.png) repeat-x top;
}

#page{
	width:1000px;
	margin: 0 auto;
		}

#header{
	height: 80px;
	background-color: #000;
}

#logo  { margin: 0 0 0px 30px; 
		float:left; }
		
.subheader {margin-bottom:60px;}


#footer{
	padding:0;
	height: 40px;
	border-top: solid 5px #CCC;
}

.download_block {
	background: url(images/block_download.png) transparent;
	margin-top:0;
	width:250px;
	height:500px;
	display:block;
	float:left;
}

.android {
	background-position: -250px 0;
}

.main-block {
	height: 500px;
	width: 500px;
	float: left;
}



#main {
	width: 1000px;
	height: 600px;
	background: transparent;
}

/* Menu Language */
#menu-lang li {
	display:inline;
	float:right;
	margin:10px 5px;
}
ul#menu-lang {
	list-style-type: none;
}
	
#menu-lang li a {
	background: url(images/languages.png) transparent;
	display:block;
	width:20px;
	height:15px;
	}
		
#menu-lang li a.english {
	background-position: -20px 0;
}

#links li {
	display:inline;
	margin:10px;
	}
	
ul#links {
	list-style-type: none;
	text-align:right;
}

#navigation {
	height: 70px;
	width: 500px;
	float: left;
	text-align:center;
	padding-top:20px;
}

#navigation a {
	background: url(images/button.png) transparent;
	display:block;
	line-height:50px;
	margin:auto;
	width:200px;
	height:50px;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
	
#navigation a:hover {
	background-position: 0 -50px;
	color:#e1e1e1;
}
