@charset "UTF-8";
body {
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
}
#logo {
	background-color: #FFFFFF;
	height: 245px;
	width: 310px;
	float: left;
}
#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 245px;
	width: 644px;
}
#text {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	height: 225px;
	width: 310px;
	padding-left: 10px;
	border: thin solid #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#name {
	color: #0066FF;
}
#frame {
	background-color: #FFFFFF;
	margin-top: 100px;
	border: thin double #CCCCCC;
}

