/* eric meyer reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	}
fieldset, img {
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym {
	border: 0;
	}
	
/* basic layout */

body {
	background-color: #000;
	background-image: url(bg/02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #fff;
}

div#wrapper {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px;
}

h1#header {
	width: 900px;
	height: 100px;
	margin-bottom: 8px;
	background-image: url(header.png);
	border-radius-bottomleft: 8px;
	border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	text-indent: -9999px;
}

ul#photos {
	width: 868px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 20px 12px 12px 20px;
	background-image: url(photos.png);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

ul#photos li {
	float: left;
	width: 209px;
	height: 139px;
	margin: 0 8px 8px 0;
	position: relative;
}

ul#photos li a,
ul#photos li a img {
	display: block;
}

ul#photos li a span {
	width: 209px;
	height: 139px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(hover.png);
}

ul#photos li a:hover span {
	background-position: 0 -139px;
}

dl#footer {
	width: 900px;
	height: 80px;
	padding-top: 20px;
	background-image: url(footer.png);
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

dl#footer dt,
dl#footer dd em {
	display: none;
}

dl#footer dd {
	width: 250px;
	height: 20px;
	padding-left: 650px;
}

dl#footer dd a {
	display: block;
	height: 20px;
}

/* links */
a:link,
a:visited {	text-decoration: none;
	color: #ae5;	outline: none;}a:link {	font-weight: bold;}a:visited {	font-weight: normal;}a:hover,a:focus {	color: #cf9;}a:link:active,a:visited:active {	background-color: #ae5;
	color: #111;
}
div.box a:link:active,div.box a:visited:active {
	background-color: transparent;
}
div.box a:link img,div.box a:visited img {
	background-color: #080808;
	padding: 5px;
	border: 1px solid #111;
}
div.box a:link:hover img,
div.box a:visited:hover img {
	border-color: #222;
}
div.box a:link:active img,div.box a:visited:active img {	border-color: #333;
}
