@charset "utf-8";
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#45494d;
	text-align:center;
	color:#000;
	margin:0;
	padding:0;
}
#container {
	width:800px;
	text-align:left;
	margin:50px auto;
	height: 500px;
	background: url(bgc.png) center center no-repeat;
}
#right {
	width: 380px;
	float: right;
	border-left: 2px dotted #CCC;
	padding: 20px 10px;
	margin: 10px 0;
}
#left {
	float: left;
	position: relative;
	top: 400px;
	left: 50px;
}
#submit {
	background-color:#45494d;
	border:1px solid #666;
	color:#FFF;
	margin:0;
	padding:5px;
}
a:link {
	color: #356AA0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #356AA0;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #333;
}
