
html, body
{
	margin: 0px;
	padding: 10px 20px 20px 15px;
	background-image:url('../images/wall.jpg')
}

body
{

	background-color: #171717;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

.huge
{
	color: #ffffff;
	font-size: 20px;
	font-family: helvetica, arial;
	text-decoration: underline;
}


a:hover
{
	color: #191919;
	background-color: #ffffff;
	text-decoration: none;
}

p, span, div
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}

#Header
{
	margin-bottom: 25px;
	border: 0px solid white;
}


#Menu a
{
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#Menu a:hover
{
	color: #191919;
	text-decoration: none;
	background-color: #ffffff;
}

#Content
{
	margin-top: 20px;
	white-space: nowrap;
}

#Content img
{
	margin-right: 10px;
}

#Footer p
{
	margin-top: 50px;
	color: #3f3f3f;
}

