* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 11px;
	font-family: verdana, sans-serif;
	line-height: 16px;
	color: #666;
	background: url(img_layout/body_bg.gif) top center;
}

#wrapper {
	background: url(img_layout/wrapper_bg.gif) repeat-x top center;
}
#content {
	width: 100%;
	height: 475px;
	margin-left: auto;
	margin-right: auto;
	background: url(img_layout/content_splash.gif) no-repeat top center;
	padding-top: 1px;
}
#Animation {
	text-align: center;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: white;
}
