 body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: normal;
	border-top-color: #5291CF;
	border-right-color: #5291CF;
	border-bottom-color: #5291CF;
	border-left-color: #5291CF;
}

#container {
	position: relative;
	height: 2000px;
	width: 1007px; 
	#background-color: #FFFFFF;
	margin: auto;
}

#first {
	position: relative;
	width: 600px;
	height: 100px;
	text-align: center;
	border:thin #9AC0E4 solid;
	font-weight: bold;
	border-color: #5291CF;
}

#hub {
	position: relative;
	width: 1007px;
	height: 480px;
	background-image: url(../images/hub2.png);
	background-repeat: no-repeat;
	background-position:bottom;
}

#main {
	position: relative;
	width: 1007px;
	height: 1366px;
	background-image: url(../images/main3.png);
	background-repeat: no-repeat;
	background-position:top;
}

#comments {
	position: relative;
	width: 1007px;
	height: 1366px;
	background-image: url(../images/regback.png);
	background-repeat: no-repeat;
	background-position:top;
}

#calendar {
	position: relative;
	width: 1007px;
	height: 1366px;
	background-image: url(../images/empty.png);
	background-repeat: no-repeat;
	background-position:top;
}

#last {
	position: relative;
	width: 900px;
	height: 269px;
	background-color: #EBF3FA;
}

#signup{
	border: medium solid #5291CF;
	width: 400px;
	position: relative;
	margin: 0 auto;
}

#register {
	position: relative;
	width: 1007px;
	height: 1360px;
	background-image: url(../images/empty.png);
	background-repeat: no-repeat;
	background-position:bottom;
	font-weight: bold;
	border-color: #5291CF;
}

.class1 A:link {color: #FFF;}
.class1 A:visited {color: #FFF;}
.class1 A:active {color: #FFF;}
.class1 A:hover {color: #FFF;}

.class2 A:link  {color: none;}
.class2 A:visited {color: none;}
.class2 A:active {color: none;}
.class2 A:hover {color: none;}

a img {border: none; }

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
