﻿html,body
{
	background-color:white;
	font:12px  verdana,arial, Helvativa;
	text-align: center;
	height: 100%;
	position: relative;
	min-height: 100%;
}

.container
{
	margin-top: 0px;
	margin: 0 auto;
}

.main
{
	width:600px;
	border-collapse:collapse;
	clear:both;
	text-align:center;


}
.main ul
{
	list-style:none;

}
.main li
{
	display:inline;
	float:left;
	padding:1px;
	border:1px solid white;
}
.main li a
{

	border:1px solid white;
	width:100px;
	height:100px;
}

.main  li:hover
{	
	display:inline;
	border:1px solid gray;
	background-color:#EAEAEA;

}
.main img
{
	width:150px;
	height:100px;
	margin:3px 3px 3px 3px;
	border:0px none;
}
/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .main a:hover
{
	display:inline;
	border:1px solid gray;
	background-color:#EAEAEA;

}
