body{
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/fond2.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	margin:0;
	text-align:center;
	padding-top:20px;
	color:#FFFFFF;
}
h2{
	margin:0;
}
h3{
	margin:0;
}
h4{
	margin:15px 0 5px;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
#page{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#header{
	width:100%;
	height:150px;
}
#header #space_menu{
	width:100%;
	height:25px;
}
#header #menu{
	width:100%;
}
#header #menu a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	font-size:1.2em;
	text-align:center;
}
#header #menu ul{
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:600px;
}
#header #menu ul li{
	display:inline;
	width:150px;
	margin-left:25px;
	margin-right:25px;
}

#content{
	float:left;
	width:640px;
}
#content blockquote{
	font-style:italic;
}
#info{
	
}
#info h2{
	text-align:center;
	font-size:22px;
}
#screenplatform {
	width:100%;
	height:170px;
}
#screenplatform .platform{
	float:left;
	width:180px;
	text-align:center;
	padding-right:2px;
}
#screenplatform a{
	text-decoration:none;
	color:#000000;
}
#screenplatform img{
	width:150px;
	background:#DDDDDD;
	border:1px solid #AAAAAA;
	padding:4px;
}
.clear {
	clear:both;
}
#screenshots p{
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#screenshots a{
	text-decoration:none;
	color:#000000;
}
#screenshots img{
	width:80%;
	background:#DDDDDD;
	border:1px solid #AAAAAA;
	padding:4px;
}
#sidebar{
	float:right;
	width:250px;
	margin-top:65px;
}
#sidebar h3{
	text-align:center;
}
#sidebar .center {
	text-align:center;
}
#sidebar .invisible{
	display:none;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:20px;
}
#footer #footer_menu{
}
#footer #footer_menu ul{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
}
#footer #footer_menu ul li{
	display:inline;
}
#footer #footer_menu a{
	text-decoration:none;
	color:#000000;
}