html, body {
	margin: 0;
	padding: 0;
	color: #AAAAAA;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #090909 url(../images/bg.jpg) no-repeat center -20px;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.big {
	font-weight: bold;
}

.clearer {
	clear: both;
	overflow: hidden;
	height: 1px;
}

#global {
	text-align: center;
	padding: 20px 10px 10px;
}

#flashcontent {
	margin: 0 auto;
	width: 900px;
	height: 480px;
}

#info {
	padding-top: 5px;
	height: 25px;
}

#header {
	width: 900px;
	height: 36px;
	text-align: left;
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 0 auto 30px;
	text-align: left;
}

.bloc, .bloc_last {
	width: 260px;
	padding: 14px 20px 14px 0;
	border-right: 1px solid #090909;
	margin-right: 20px;
	float: left;
}

.bloc_last {
	margin-right: 0;
	border-right: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) no-repeat top left;
}

h1, h2, h3, p { padding: 0; margin: 0; }
h1, h2, h3 { color: #FFFFFF; }
h1 { font-size: 24px; font-weight: normal; padding-bottom: 4px; text-align: center; }
h2 { font-size: 21px; }

p { padding-bottom: 10px; }

#footer {
	color: #444444;
	font-size: 9px;
	text-align: right;
	padding-top: 20px;
}

#footer a {
	color: #AAAAAA;
	text-decoration: none;
}

.button {
	display: block;
	padding: 2px 4px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	border: 1px solid #444444;
	background-color: #333333;
	width: 36px;
	font-weight: bold;
	text-align: center;
}
.label {
	display: block;
	padding-top: 8px;
}
input, textarea {
	background: #111111;
	border: 1px solid #222222;
	color: #DDDDDD;
	font-size: 11px;
	font-family: verdana, geneva, sans-serif;
}

#ads{
	text-align: center;
}

#paypal_donate {
	margin-left: 200px;
	padding: 10px 0;
	clear: both;
}

#paypal_donate input, #paypal_donate textarea {
	background: none;
	border: 0;
}

.key {
	background: #333333;
	padding: 1px 5px 2px;
	font-weight: bold;
	color: #ffffff;
}



#overlay {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 350px;
	margin-top: 125px;
	background: #222222;
}

#overlay-content {
	padding: 10px 30px;
	text-align: left;
}

#overlay-content a.close {
	display: block;
	float: right;
	margin-right: -20px;
}

#overlay-content h2, #overlay-content ul {
	margin-left: 10px;
}
#overlay-content ul {
	float: left;
}
#overlay-content a.calltoaction {
	display: block;
	float: right;
	text-align: center;
	background: #ac4500;
	border: 1px solid #555555;
	padding: 20px;
	margin: 8px 16px;
	font-size: 20px;
	font-weight: bold;
}
#overlay-content a.calltoaction:hover {
	color: #000000;
	background: #ffffff;
}
