body {
font-size: 1em;
}

#header {
background-color: #FF0012;
position: absolute;
height: 8em;
}

#navigation {
background-color: #FF0012;
position: absolute;
top: 9.5em;
width: 10em;
height: 27em;
}

#signup {
background-color: #FF0012;
width: 10em;
height: 8em;
}

#content {
background-color: #FF0012;
position: absolute;
top:9.5em;
left:11em;
width: 83%;
height: 26.5em;

border: 2px solid white;
}
#main{
background-color: white;
height: 26.5 em;
border: 4px solid #FF0012;
}

#text{
position: absolute;
top: 1 em;
left: 11 em;
width : 75%;
}
#image{
position: absolute;
top: 1 em;
left: 0.5 em;
width : 20%;
}
a {
	font-family: tahoma;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}