body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

*{
	border: 0px;
	outline-style: none;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

#container{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 116px;
	margin: -68px 0 0 -180px;
	padding: 10px;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0px 5px 7px 0px #fafafa;
}

#container p{
	margin: 0;
	padding: 0;
}

#container a:hover{
	color: #f58026;
}