* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Aerial, Helvetica, sans-serif;
}
div#container {
	position: relative;
	margin: 20px auto;
	width: 1024px;
	height: 683px;
	background: #ffffff url(../images/background.jpg) no-repeat top left;
	border: 1px solid #666666;
}
div#content {
	position: absolute;
	width: 500px;
	bottom: 150px;
	right: 0;
}
h2 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
}
p {
	padding-bottom: 15px;
	font-size: 0.8em;
}
p.home {
	color: #ffffff;
}	
a {
	color: #fffff;
}