*
{
	font-size: 12px;
	font-family: arial;
}

html, body
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
}

img
{
	border: 0;
}

a:link, a:active, a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

#container
{
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -250px;
	margin-top: -50px;
	width: auto;
	height: 100px;
	text-align: center;
}

#image
{
	
}

#links
{
	text-align: left;
}

ul
{
  text-align: left;
	list-style: square;
}