body {
	font-size: 12px;
	background: #e3a5ee;
}

#main {
	width: 1200px;
	margin: 0 auto;
	background-image: url("/images/background.png");
	background-repeat: no-repeat;
}

#logo {
	margin-left: 30px;
	margin-top: 25px;
}

#whats_new {
	position: absolute;
	left: 550px;
	top: 135px;
}


#welcome {
	font: normal 1em georgia;
	color: white;
	width: 250px;
	margin-left: 40px;
	margin-top: 30px;
	float: left;
}

#buttons {
	position: relative;
	top: 45px;
	left: 35px;
	float: left;
}

.button {
/*	margin-top: 8px;
*/	background-image: url("/images/button.png");
	background-repeat: no-repeat;
	font: italic 1.4em helvetica;
	font-weight: bold;
	text-align: center;
	width: 130px;
	padding-left: 5px;
	padding-top: 17px;
	padding-bottom: 15px;
}

.button a:link, a:visited {
	text-decoration: none;
	color: white;
	border: none;
}

.button a:hover {
	text-decoration: none;
	color: black;
	border: none;
}

.button a:active {
	text-decoration: none;
	color: red;
	border: none;
}

#whats_new_content {
	position: relative;
	width: 205px;
	top: 45px;
	left: -150px;
	float: left;
}

#starburst {
	background-image: url("/images/starburst.png");
	background-repeat: no-repeat;
	font: italic 1.4em helvetica;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
	color: #cc00cc;
	width: 205px;
	position: relative;
	left: -120px;
	top: 200px;
	float: left;
	z-index: 3;
}

	