html
{
	background-color: black;
	background-image:url(../assets/background.jpg);
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
}

div 
{
	width: 840px;
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
}

img
{
	border: 1px solid white;
	margin-bottom: 5px;
}

img.left, img.center
{
	margin-right: 5px;
}

a
{
	color: white;
}

a:hover
{
	color: gray;
}

iframe
{
	border: 1px solid white;
}
