﻿html
{
	background: #828282 url(images/bg.jpg) no-repeat 50% 0;
}

body
{
	font-family: helvetica, georgia, sans-serif;
	text-align: center;
}


#container
{
	text-align: left;
	width: 500px;
	margin: auto;
}

#container h1
{
	color: #474747;
	margin: .4em 0;
}

#featured
{
	position: relative;
	height: 378px;
	overflow: hidden; /* might remove */
}



#featured h2
{
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 1.3em;
	padding: .2em;
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
	opacity: .6;
}

ul#options
{
	background: #e3e3e3 url(images/bottom.jpg) repeat-x 0 100%;
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: .5em;
	border-top: 1px solid #8a8a8a;
	border-bottom: 1px solid #f5f5f5;
}

#options li
{
	float: left;
	width: 60px;
	height: 60px;
	list-style: none;
	cursor: pointer;
}

#options li:hover img
{
	border: 2px solid gray;
}

#options li img
{
	width: 50px;
}

.selected
{
	border: 2px solid gray;
}


#options a
{
	outline: none;
}

a img
{
	border: none;
}

