
/*________ Main Elements ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 75% Century Gothic,Arial,sans-serif; color: #666666; text-decoration: none;
	text-align: center;
	background: #FFFFFF url(images/splash-bg.gif) no-repeat top center;
}
a, a:visited {
	color: #cc6698;
	text-decoration: underline;
}
a:hover {
	color: #669934;
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
}


/*________ Splash Page ________*/

#splash {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}


/*________ Header ________*/

#header {
	width: 100%;
	background: #cc6698 url(images/bg-header.gif) repeat-x center top;
}
#header h1 {
	width: 100%;
	background: url(images/bg-header2.gif) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header h1 img {
	margin-left: auto;
	margin-right: auto;
}
y