@charset "utf-8";
/* CSS Document */

body{
	background-color:#244686;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.outer{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 790px;
    height: 420px;
    margin-left: -395px; /* half of width */
    margin-top: -210px;  /* half of height */
	background-image: url(/images/main_back.jpg);
	background-repeat:no-repeat;
}
.content{
	width:  724px;
	clear: both;
	padding: 150px 33px 0px 33px;
}
.button {
	width: 228px;
	height: 150px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.button2 {
	width: 228px;
	height: 150px;
	float: left;
}

