html
{
    overflow-y: scroll;
}

body
{
	font-family:arial;
	font-size: 12pt;
	color:#ffffff;
	text-align: left;
	background-color:#000000;
	background-image:url('../img/') ;
	background-repeat:no-repeat;
	background-attachment:;
	background-position: center top;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}


img
{
	border: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
	padding: 0px 0px;
}

tr
{
	padding: 0px 0px;
}

td
{
	vertical-align: top;
	padding: 0px 0px;
	color:#ffffff;
}


.button
{
	display:block;
	margin:0px;
}

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

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

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

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


#content {
	width:780px;
	background-color:#2a2a2a;
	box-shadow: 2px 2px 10px grey;
}


@media only screen and (max-width: 900px) {
	
#content {
		width:100%;
                margin:0 auto;
		background-color:#2a2a2a;
		box-shadow: 2px 2px 10px grey;
	}
	
	
}
