* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	background: #cccccc;
	font: 16px courier;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#one {
	top: 100px;
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#two {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 30px -30px;
	padding: 0px 30px;
}
#three {
	padding: 10px;
	text-align: center;
	background: #ffffff;
}
