/*  

Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

body {
	text-align: center;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(body-bg.png);
	background-position: top center;
	padding-top: 95px;
}

img {
	border: 0px;
}

#container {
	width: 982px;
	height: 139px;
	margin: auto;
	margin-top: 10px;
	padding-top: 95px;
	background-image: url(images/container.png);
	background-repeat: no-repeat;
}

#main {
	width: 982px;
	height: 300px;
	margin: auto;
	margin-top: 10px;
	padding-top: 0px;
}

a {
	margin-right: 40px;
	margin-left: 40px;
}