*
{
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
line-height: 1.5em;
}

body 
{
	font-family: "Arial",helvetica,sans-serif;
	background-color: #000000;
	color: #ffffff;
}
html 
{
		height: 100%;
		overflow: hidden;
}

p
{
	color: #ffffff;
	
}

#content
{
	background-color:#54545454;
	position:absolute;
	height: 100%;
	width: 100%;
	/*top:-50px;*/
	/*border: 1px solid red;*/
}

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

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

a:active
{
	color: #ffffff;
	text-decoration: none;
}

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

p
{
	color: #fff;
}