html, body {
    text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A28C;
}

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

#content {
    text-align: center;
	height: 600px;
	clear: left;
}


#galleryspace {
	height: 50%;
	width: 100%;
	margin-bottom: -370px;
	float: left;
	}

#gallerycontent {
    text-align: center;
	height: 550px;
	clear: left;
}

#info {
position:absolute;
	bottom: 30px;
	right: 40px;
	text-align: right;
	width: 90%;
}

p {
	font-size:15px;
	line-height:25px;
}

a:link		{color:#A9A28C; text-decoration: none; font-weight: 400;}
a:visited	{color:#A9A28C; text-decoration: none; font-weight: 400;}
a:hover 	{color:#000; text-decoration: none; font-weight: 400;}
a:active 	{color:#572600; font-weight: 400;}