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

body{
	background-attachment: scroll;
	background-image: url(images/kitsch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer-font{
	font-size: 11px;
	margin-left: 160px;
}



h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}

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

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

a:visited {
	color: #9B2E31;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

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

#header{
	height: auto;
	width: 480px;
	margin-top: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 18px;
	font-family: "Courier New", Courier, monospace;
}

#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{}

