BODY {
	font-family: arial, tahoma;
	font-size: 70%;
	text-align: center;
	background-color: #F1F2EC;
	background-image: url('images/starbg.jpg');
	margin: 0;
}

#wrap {
	width: 467px;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	height: 245px;
}

#main {
	width: 447px;
	position: relative;
	margin-left: 10px;
}

#footer {
	height: 122px;
	position: relative;
	background-image: url('images/starfoot.jpg');
}

h1 {
	font-size: 95%;
	color: #A9A791;
	text-transform: uppercase;
	text-align: left;
	line-height: 35px;
	background-image: url('images/starh1.jpg');
	padding: 0 0 0 45px;
}

a:link, a:visited {
	text-decoration: none;
	color: #A9A791;
}

a:hover {
	color: #000;
}