body 
{
	background: #111122; 
	color: #FFF;
	font-family: Times New Roman, Times, serif;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
}
h3
{
	color: #5194FF;
}
a
{
	font-size: 15px;
	font-weight: bold;
	color: #5194FF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.container
{
	position: absolute;
	top: 90px;
	left: 200px;
}			
div#aboutMenuItem
{
	float: left;
	width: 180px;
	height: 20px;
}
div#blogMenuItem
{
	float: left;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: left;
}	
div#main
{
	margin: 350px auto;
	background-image: url('images/mtericmoon.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 166px;
	position: relative;
}
div#musicMenuItem
{
	float: left;
	width: 100px;
	height: 20px;
	overflow: hidden;
	text-align: left;
}
.headingSmall
{
	font-size: 15px;
	font-weight: bold;
	color: #AAAAAA;
	cursor: default;
	text-decoration: none;
}
.headingSmall:hover
{
	color: #ffffff;
}
.mainLink
{
	font-size: 13px;
	font-weight: bold;
	color: #5194FF;
	text-decoration: none;
}
.mainLink:hover
{
	text-decoration: underline;
}
.underlinedLink
{
	text-decoration: underline;
}
.siteDescription
{
	position: absolute;
	top: 0px;
	left: -2000px;
}
