body{
	background-attachment : fixed;
	background-image : url(images/back.jpg);
	background-repeat : no-repeat;
	background-position : 120px 0%;
	background-color : Black;
	
}

#title{
	background-color : transparent;
	position : absolute;
	top: 5%;
	left: 20px;
	width:82px;
}

p{
	font : 0.8em Arial, Helvetica, sans-serif;
	color : #CCCCFF;
}

#content{
	background-color : #003366;
	position : absolute;
	top: 0%;
	right: 5%;
	width:50%;
	
	text-align : justify;
	padding : 5px 5px 5px;
}

ul{
	font : 0.8em Arial, Helvetica, sans-serif;
	color : #CCCCFF;
	list-style-type : none;
}

a:link{
	
	color : White;
}

a:visited{
	
	color : #CC66FF;
}

#content img{
	margin-right: 2%;
	border:0px;
}