/* --- site properties --- */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
 }
body {
	background-attachment: fixed;
	background-color: #575757;
	background-image: url(../gfx/site/background.jpg);
	background-repeat: repeat-x;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
 }
body a, a:link, a:visited, a:active {
	color: #808080;
 }
body a:hover {
	color: #EEEEEE;
 }
#wrapper {
	height: 240px;
	margin: auto;
	position: relative;
	text-align: left;
	top: 120px;
	width: 601px;
	width: 700px;
 }
#image {
	float: left;
	height: 240px;
	width: 400px;
	background: url(../gfx/g_gifs/loading.gif) 50% 50% no-repeat;
 }

#image img{
	display:none;
}

#infos {
	float: right;
	height: 240px;
	width: 201px;
 }
#logo {
	background-image: url(../gfx/site/logo.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 201px;
 }
#nav {
	background-image: url(../gfx/selection/navBG.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 201px;
 }
#nav a {
	text-decoration: none;
 }
ul {
	list-style: none;
	text-align: right;
 }
ul.navSelection {
	margin-right: 20px;
 }
