﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	white-space: nowrap;
	background-color: #FFFFFF;
}

#header {
	background: #ffffff;
}

#x_banner {
	margin: 20px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
}

#o_banner {
	margin: 20px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30%;
}

#link_btn {
	width: 120px;
	height: 26px;
	color: #E8B86D;
	margin: 40px 0px;
	padding: 5px;
	background: #fff;
	font-family: "Century Gothic", sans-serif;
	color: #193B63;
	font-size: 20px;
	outline: 1px #193B63 solid;
}

#link_btn:hover {
	cursor: pointer;
	background: #FFB1B1;
	text-decoration:none;
}

#info {
	font-family: "Century Gothic", sans-serif;
	color: #193B63;
	font-size: 20px;
	padding-bottom: 30px;
}

#content {
	padding-top: 50px;
	position:relative;
}

#main {
	background: #A3B5FF;
	width: 460px;
	height: 460px;
}

.cell {
	width: 150px;
	height: 150px;
	background: #1F3677;
	display: inline-block;
	margin: 0px 5px 5px 0px;
	cursor: pointer;
}