@charset "UTF-8";
/* CSS Document */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg_main.jpg) no-repeat center center;
}

#container {
	width: 900px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -450px;
}

#container2 {
	width: 600px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -300px;
	text-align: center;
}

#container3 {
	width: 600px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -450px;
	padding: 0 150px 0;
}

a {
	boarder: none;
	color: #FFFFFF;
}

a:hover {
	boarder: none;
	color: #FFFFFF;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #FFFFFF;
}

#copyright {
	width: 900px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 310px 0 0 -450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}

#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}