/* CSS Document */

h1 {
font-family: helvetica;
font-size: 50px;
color:#666666;
text-align: left;
}

p {
font-family: helvetica, san-serif;
font-size: 18px;
text-align:left;
}

#page {
position: relative;
width: 900px;
height: 600px;
background-color:#FFFFFF;
border: thick;
}

#header {
position: absolute;
width: 800px;
height: 125px;
background-color:#FFFFFF;
font-family: helvetica, san-serif;
font-size: 20px;
}

#content {
	position: absolute;
	background-color:#FFFFFF;
	width: 800px;
	height: 400px;
	padding: 2px;
	left: 2px;
	top: 80px;
}

#designer {
	position: absolute;
	background-color:#FFFFFF;
	width: 200px;
	height: 20px;
	padding: 2px;
	text-align:left;
	font-family: helvetica;
	font-size: 12px;
	color:#666666;
	left: 1px;
	top: 379px;
}

#footer {
	position: absolute;
	background-color:#FFFFFF;
	width: 200px;
	height: 26px;
	text-align:right;
	left: 653px;
	top: -61px;
}
a:link {
color:#666666;
}

a:visited {
color: #999999;
}

a:hover {
color:#006699;
}

/*div id AND div class? */
