@charset "UTF-8";

#main {
	border-radius: 5px;
    width: 1024px;
	height: 520px;
    background-image: url(../img/nav_h.png);
	background-repeat: repeat;
}

#top_space {
    width: 1024px;
	height: 15px;
}

#main2 {
    width: 1024px;
	height: 477px;
}

#main_screen {
    width: 900px;
	height: 462px;
	margin: 0 62px;
}

#footer {
    clear: both;
	margin-top: 20px;
}

#fooder p {
	text-align: center;
}