* {
	margin: 0;
}

html, body 
{
	height: 100%;
}

body
{
	background-color: black;
	background-image: url('/resources/images/background.png');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: arial;
}

p
{
 padding-top: 5px;
 padding-bottom: 5px;
}

a
{
	text-decoration: none;
	color: #000;
}

img
{
	border: 0px;
}

