.fr { float:right }

img { border:0 }
a { text-decoration:none }

body {
	background-color:#000;
/*	background:#2d2d2d url(img/bg-line.gif);*/
	margin:0;
	padding:0;
	color:#fff;
	line-height:20px;
	text-align:center;
}

#head {
	background:#000 url(img/bg-head.gif) repeat-x;
	height:110px;
	text-align:center;
	border-bottom:solid 2px #c15cd4;
	font-family:arial, helvetica, sans-serif;
}

#head b {
	position:absolute;
	left:0;
	top:10px;
	width:100%;
	text-align:center
}

#head div img { margin-top:60px }
#head div {
	height:110px;
	margin:0 auto;
	position:relative;
	width:840px;
}

#head div ul.fr { left:auto; right:0 }
#head div ul {
	position:absolute;
	left:0;
	bottom:3px;
	line-height:20px;
	margin:0 10px;
	padding:0;
}
#head div li {
	font-size:10px;
	list-style:none;
	margin:0;
	float:left;
}

#head div li a:hover {
	color:#fff;
	background-color:#262626;
}
#head div li a {
	margin:0 5px;
	color:#808080;
	display:block;
	float:left;
	position:relative;
}
#head div li a:hover span.b1 {
	position:absolute;
	top:0;
	left:-6px;
	background-image:url(img/bd-head-left.gif);
	width:6px;
	height:20px;
}
#head div li a:hover span.b2 {
	position:absolute;
	top:0;
	right:-6px;
	background-image:url(img/bd-head-right.gif);
	width:6px;
	height:20px;
}

#body {
	background:url(img/bg-body.png) repeat-x;
	text-align:center;
	margin-top:1px;
}

#main {
	text-align:left;
	margin:0 auto;
	width:810px;
}

#main #splash {
	height:300px;
	border-bottom:solid 1px #222;
	background:url(img/splash.png) bottom left no-repeat;
}

#splash div h1 {
	font-size:14px;
	text-transform:uppercase;
}
#splash div {
	position:absolute;
	left:470px;
	top:50px;
	padding-right:50px;
}
#splash div p {
	margin:0;
	font-size:11px;
	text-align:left;
}
#splash div p a {
	font-size:18px;
	display:block;
	margin-top:20px;
	font-weight:bold;
}

#foot {
	clear:both;
	background-color:#111;
	text-align:left;
	border-bottom:solid 1px #111;
}

#foot .blocks {
	width:810px;
	margin:0 auto;
}

#foot h3 img {
	float:right;
	margin-top:5px;
}

div.list p {
	padding-left:50px;
	padding-right:50px;
	background:url(img/arrow.gif) 30px 6px no-repeat;
}

#version h2 {
	margin-left:-50px;
	padding-left:50px;
	background:url(img/arrow.gif) 30px 6px no-repeat;
	cursor:pointer;
}

#version h2.open {
	margin-left:-50px;
	padding-left:50px;
	background:url(img/arrow-open.gif) 30px 8px no-repeat;
}