body { 
        font: 14px georgia; 
        color: #aaccff; 
        background-color: #000000; 
        margin: 30px; 	
        }

a:link{
	text-decoration:none;
	color: #66aacc;
}	

a:visited{
	text-decoration:none;
	color: #337799;
}

a:hover{
 	text-decoration:none;
	color: #ffffff;
}

a:active{
	text-decoration:none;
	color: #999999;
}

img {
	border: 0;
}

#mainimage {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 1;

}

#projects {
	position: absolute;
	width: 360px;
	top: 50px;
	right: -80px;
	z-index: 2;
	background-color: #000000;
}

#header {
	font: 18px arial;	
	color: #000000;
	text-decoration: bold;
	background-color: #8888ff;
}

#title {
	font: 16px arial;	
	color: #8888ff;
	text-decoration: bold;
	background-color: #333333;
}
#project {
	color: #ffffff;
	background-color: #333333;
	font: 14px arial;

}

#foot {
	position: absolute;
	width: 200px;
	bottom: 5%;
	right: 5%;
	font: italic 10px arial;
	z-index: -1;
}