html, body
{
	margin: 0 auto;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Sans-Serif;
	font-size: 20px;
	text-align: center;
	background: url(gradient2.png) #00BBFF repeat-x;
}

a:link
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
}

#wrap
{
	/* centrera */
	position: absolute;
	margin: 0 auto;
	min-width: 500px;
	width: auto !important;
	width: 500px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
}