/* home.css */

div#content {
	background: url(../img/background.png) no-repeat;
}

img#logo-lg {
	display: block;
	width: 132px;
	height: 200px;
	top: 230px;
	left: 234px;
	position: absolute;
}

img#title-lg {
	display: block;
	width: 377px;
	height: 100px;
	top: 0;
	float: none;
	left: 112px;
	clear: none;
	position: absolute;
}

/* Inherit the buttons from buttons.css and 
apply the positioning here */

#buttonOverview {
	position: absolute;
	top: 220px;
	left: 0px;
}

#buttonSubscribe {
	position: absolute;
	top: 220px;
	right: 0px;
}

#buttonGuidelines {
	position: absolute;
	top: 560px;
	left: 56px;
}

#buttonSubmissions {
	position: absolute;
	top: 560px;
	right: 56px;
}

#copyright {
	bottom:  0px;
	left: 0px;
	width: 600px;
}
