@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 40px 0 100px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#image {
	width: 960px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
}

#info {
	width: 580px;
	height: 122px;
	margin: 0;
	padding: 20px 0 0 120px;
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#cat {
	width: 200px;
	margin: 0;
	position: absolute;
	top: 240px;
	left: 134px;
	z-index: 333;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1, h1 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

h2, h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 6px 0;
}

#allest {
	width: 701px;
	margin: 0;
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 333;
}

a#close {
	color: #fff;
	background-color: #bf1e2e;
	display: block;
	width: 42px;
	height: 15px;
	z-index: 999;
	float: right;
	font-size: 12px;
	padding: 4px 4px 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 24px 300px 0 0;
}

a#close:hover {
	background-color: #eee;
	color: #bf1e2e;
	-webkit-box-shadow: 1px 1px 2px #ddd;
-moz-box-shadow: 1px 1px 2px #ddd;
box-shadow: 1px 1px 2px #ddd;
}
