html {
	font-family:arial,helvetica,sans-serif;
}
body {
	background-color: #000000;
	background-image:url("/local/images/gradient.jpg");
	background-repeat: repeat-x;
}

#homepage {
	position: absolute;
	background-image:url("/local/images/homepage.jpg");
	background-repeat: no-repeat;
	height: 572px;
	width: 343px;
	top: 0px;
	left: 640px;
}

#curtinlogo {
	position: absolute;
	background-image:url("/local/images/logo.jpg");
	background-repeat: no-repeat;
	height: 79px;
	width: 148px;
	top: 0px;
	left: 20px;
}

#link {
	width: 620px;
	position: relative;
	text-align: right;
	font-size:0.9em;
}

#link p {
	display: inline;
}

a.links:link{
	color: #000000;
	text-decoration: underline;
}

a.links:visited{
	color:#000000;
	text-decoration: underline;
}
a.links:hover{
	color: #FF0000;
	text-decoration:underline;
}

div#content {
	margin-top: -10px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position: relative;
}

div#green_button {
	width: 620px;
	position: relative;
	height: 60px;
	text-align: right;
	margin-top: 70px;
	padding-top:10px;
}

div#green_button a{
	background-image:url("/local/images/green_button.gif");
	background-repeat: no-repeat;
	background-position:center left;
	display: inline;
	padding-left: 35px;
	line-height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#lefthandside {
	position: absolute;
	widows: 800px;
	top: 250px;
}