/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
}

div#site {
	width:980px;
	height:780px;
	margin:0 auto;
}

img#logo {
	margin:23px 0;
	position:relative;
	left:313px;
}

h1 {
	font-size:18px;
	line-height:20px;
	text-align:center;
	margin:30px 0;

}

p {
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
	text-align:center;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#14bef0;
}