body {
	background-color: #efefef;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #000;	
}

#box {
	width: 300px;
	background-color: #efefef;
	margin: auto;
	margin-top: 100px;
	padding: 10px 20px 10px 10px;
	border: 10px solid #fff;
	line-height: 1.5em;

	box-shadow: 0 0 13px #ccc;
	-moz-box-shadow: 0 0 13px #ccc;
	-webkit-box-shadow: 0 0 13px #ccc;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#text {
	text-align: center;	
}

#logo {
	background: url(logo.png) no-repeat top left;
	width: 290px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 30px 0;
	padding: 0;
}

.clear {
	clear: both;	
}
