body
{
	background: url('images/bg.jpg');
	text-align: center;
}

div.youtube {
	margin: 0px auto !important;
	width: 48px;
	height: 19px;
}

div#container
{
	margin: 0px auto !important;
	width: 740px;
	height: 510px;
	background: url('images/website.png');
}

div#top
{
	width: 740px;
	height: 57px;
}

div#menu
{
	position: relative;
	right: 21px;
	top: 15px;
	text-align: right;
}

div#menu a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #f2e5ae;
	text-decoration: none;
	margin-left: 10px;
}

div#menu a:hover
{
	text-decoration: underline;
}

div#content
{
	text-align: left;
	width: 680px;
	height: 380px;
	margin: 0px auto;
}

div#music
{
	text-align: right;
	margin-right: 30px;
	margin-left: 30px;
}
div#music div#video
{
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 13px;
}

div#music div#video a
{
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 10pt;
}

div#music div#video a:hover
{
	text-decoration: underline;
}

div#music div#player
{
	float: right;
	text-align: right;
	width: 680px;
	height: 40px;
}

div#content iframe
{
	width: 680px;
	height: 380px;
	border: 0px;
}