@charset "utf-8";
/* CSS Document by ThaPieter.com*/

body
{
	background-color: #000000 ;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	color:hsla(0,0%,100%,0.39);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

.small
{
	font-size:12px;
}

a
{
	text-decoration:none;
	border-width:0px;
	color:hsla(0,0%,100%,0.39);
}

h2:hover
{
	color: #ffffff;
}

a:hover
{
	color: #ffffff;
}

a:visited
{
	color: #F0F0F0;
}

#flash
{
	text-align:center;
	width:500px;
	height:250px;
}