	body {
		margin: 0;
		width:100%;
		height:100%;
	}

	#container {
		margin: 0;
		text-align:center;
		width:100%;
		height:100%;
	}

	#main_page {
		margin-left: auto;
		margin-right: auto;
		width: 908px;
		height: 431px;
		text-align: left;
	}
	#bio {
		position: relative;
		top: 10px;
		left: 15px;
		width:240px;
		height: 125px;
	}
	#media {
		position: relative;
		top: 30px;
		left: 15px;
		width:240px;
		height: 125px;
	}
	#links {
		position: relative;
		top: 50px;
		left: 15px;
		width:240px;
		height: 125px;
	}
	#bio, #links, #media {
		cursor: pointer;
	}
	#links_list {
		position: relative;
		text-align: left;
		left: 382px;
		top: 50px;
		font-family: verdana;
		font-size: 10px;
		color: white;
		width: 275px;
		height: 85px;
	}

	a {
		text-decoration: none;
		color: white;
		font-weight: bold;
	}
	#main_menu {
		margin-left: auto;
		margin-right: auto;
		
	}
	img {
		border: 0;
	}
	
	#news{
		position: relative;
		background: url('newsbox.gif') no-repeat;
		width: 908px;
		height: 132px;
		margin-left: auto;
		margin-right: auto;			
	}
	#news_content {
		padding: 30px 500px 15px 20px;
		font-family: verdana;
		font-size: 10px;
		color: #3b0d02;
		text-align: left;
		overflow: hidden;
	}

	#copyright{
		font-family: verdana;
		font-size: 10px;
		color: #3b0d02;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#video {
		position: relative;
		text-align: left;
		left: 630px;
		top: 50px;
		font-family: verdana;
		font-size: 10px;
		color: white;
		width: 275px;
		height: 85px;
	}
	#audio {
		position: relative;
		text-align: left;
		left: 630px;
		top: 85px;
		font-family: verdana;
		font-size: 10px;
		color: white;
		width: 275px;
		height: 85px;
	}
	
	#video a, #audio a {
		text-decoration: none;
		color: white;			
	}
