@import url('common.css');

html {
	height: 100%;
}
body {
	background: #5d9cea url(/images/main_bg.jpeg) center top no-repeat;
	font: normal 9px verdana,sans-serif;
	height: 100%;
	padding: 0;
	text-align: center;
}

body, a {
	color: #fff;
}

#all {
	min-height: 100%;
	text-align: center;
}

#main_menu {
	position: relative;
	top: -120px;
	width: 860px;
	height: 20px;
	margin: 0 auto;
	padding: 45px 0 50px 0px;
	text-align: left;
}

#main_menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 3px;
}
	#main_menu a:hover {
		color: #ddd;
		text-decoration: underline;
	}
	#main_menu a.submenu {
		display: none;
	}

#copy {
	height: 36px;
	margin: -36px auto 0;
	width: 380px;
}

#flash_object {
	position: relative;
	left: 306px;
	margin: 0 auto;
	width: 493px;
	height: 525px;
}