@charset "utf-8";
/* CSS Document */

body{
	background-attachment: scroll;
	background-image: url(images/kitsch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

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

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}

#container{
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: auto;
	width: auto;
	margin-top: 450px;
	margin-left: 290px;
	margin-right: auto;
}

#media-player{
	float: right;
	height: 100px;
	width: 300px;
}

#main-section{
	width: 750px;
	height: 350px;
	margin-top: 90px;
	margin-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 35px;
	font-size: 18px;
}

#news-section{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	height: auto;
	width: 750px;
	margin-left: 75px;
}

#footer{}
