body
{
	background: #3A494C;	
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	font-size: 20px;
	background-repeat: repeat-x;
    background-position:center bottom;
	background-attachment: fixed;
}

a
{
	color: #A3F1FF;
	font-weight: 900;
	text-decoration:none;
}

a:visited
{
	color: #84C17D;
	font-weight: 900;
	text-decoration:none;
}

a.menubar
{
	color: #FFFFFF;
	font-weight: 900;
	text-decoration:none;
}

div.topbar
{
	background: #A5D0D9;	
}

div.menubar_container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

div.menubarlink
{
	transition:0.25s;
	height: 40px;
	font-size: 26px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 124px;
	vertical-align:middle;
	padding: 5 15 0 15;
}

div.menubarlink:hover
{
	transition:0.25s;
	background-color:#85A6AD;
	text-align: center;
	color: #ffffff;
	
}

div.menubarlink_current
{
	height: 40px;
	font-size: 26px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 124px;
	vertical-align:middle;
	padding: 5 15 0 15;
	background-color:#6D898F;
}

div.pageholder
{
	margin-left:auto; 
	margin-right: auto; 
	margin-top: 0px; 
	width: 800px;
}

div.playbutton
{
	display: inline-block;
	padding: 8px;
	margin: 8px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	background-color: #8AB2C1;
	border-width: 1px;
	border-style: solid;
	border-color: #A5D0D9;
	border-radius: 8px;
	transition: .25s;
}

div.playbutton:hover
{
	transition: .25s;
	box-shadow: 0px 0px 50px #51B6FF;
	background-color: #A5D0D9;
}

div.legaltext
{
	font-size:12px;
	color: #EEEEEE;
	text-align: center;
}