@charset "utf-8";
#body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	}

.container {
	width: 800px;
	height: 330px;
	margin: 10% auto 0 auto;
	text-align: center;
	}
.left {
	float: left;
	margin: 5% 0 0 20%;
	}
.right {
	float: right;
	margin: 5% 20% 0 0;
	}

a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #777;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #000;
	}
