html
{
	background: black;
}

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

h1
{
	color: white;
	font-size:100px;
}

h2
{
	color: white;
	font-size:2em;
}

p
{
	color: white;
	font-size:0.8em;
}

a
{
	color: white;
	font-weight: bold;
}

a:hover
{
	color: yellow;
	font-weight: bold;
}

#info 
{
  text-align:left;
  width:450px;
  float:left;
  margin: 0 125px 0 25px;
}

#container
{
	text-align: left;
	width: 550px;
	float:left;
}

ul#options
{
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 1px 1px 1px 1px;
}

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

#options li:hover img
{
	border: none;
}

#options li img
{
	width: 40px;
}

.selected
{
	border: 1px solid gray;
}


#options a
{
	outline: none;
}

a img
{
	border: none;
}


