* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	color: black;
	background-color: white;
}

body {
	text-align:center;
}

#help {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}

#intro {
	margin: 0 auto;
	position: relative;
	text-align: center;
	height: 600px;
	width: 690px;
	clear: left;
}

p.adress
{
	font-family:"Gill Sans", Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:100;
	line-height:1.15em;
	margin-top:0.2em;
}

p.adress a { color:#000; text-decoration:none; }
p.adress a:hover { color:#5a3ca8; }

a.entry {
	display: block;
	width: 550px;
	height: 110px;
	margin: 20px auto 0;
}

a:link.entry, a:visited.entry {
	background-image: url(../img/artwork.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a:hover.entry, a:active.entry {
	background-image: url(../img/artwork.jpg);
	background-repeat: no-repeat;
	background-position: 0 -110px;
}

p.copyright {
	color: #d05299;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	margin: 40px 0 0;
}
