

body {

	background-color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:16px;
	margin: 0;
	padding: 0;
	color: #581D03;


}

a {
	color: #e28529;
	text-decoration: none;
	
}
a img {
	border: none;

}

a:hover {
	text-decoration: none;
	color: #000000;
	
}

#container {
	width: 800px;
	height:768px;

	margin-left: auto; 
	margin-right: auto;
	
	background-image: url('images/newsongsbg2.jpg'); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;

}


#header{
	width: 520px;
	padding-top: 35px;	
	padding-left:40px;
}

#content {
	width: 420px;
	padding: 10px 20px 40px 30px;
	margin-top: 10px;	
	float: left;
	
}

#img-right {
	height: 434px;
	width: 289px;
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}

h4 {
	line-height: 2px;

}
