body
{
	background-image:url('wallpaperblank.png');
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000074;
	color:#000;
	
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:18px;
}

a
{
	color:blue;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
}

a:hover
{
	font-style:italic;
	
}

#title
{

}

#boxart
{
	border:6px solid #000;
}

#vim
{
	margin-bottom:100px;
	
}

.mainBox
{
	background-color:#FFF;
	border:5px solid #000;
	width:100%;
	padding:10px;
	padding-bottom:0px;
	margin-bottom:60px;
}

#headBox
{
	background-color:#FF6F00;
	border:5px solid #000;
	width:400px;
	margin-bottom:20px;
	padding:10px;

}

#planeDiv
{
		background-image:url('plane.gif');
		background-repeat:no-repeat;
		
		height:110px;
		
		margin:0px;
		
		margin-right:0px;
		width:435px;
		z-index:100;
		position:fixed;
		bottom:0px;
		
		left:5px;
		
}

#planeInnerDiv
{

		width:234px;
		height:60px;
		position:relative;
		left:73px;
		top:14px;
		
}

ul
{
	text-align:left;
	list-style-type:none;
}

li
{
	background-image:url("star.gif");
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:40px;
	height:70px;

}

h2
{
	text-align:left;
	padding-left:10px;
	color:#000;
}

h3
{
	font-size:40px;
	padding-left:10px;
}

p
{
	text-align:left;
	padding-left:5px;
}

.quoteBox
{
	position:absolute;
	border:3px solid #000;
	padding:3px;
	padding-left:5px;
	width:150px;
	text-align:left;
	font-size:14px;
}

.quoteBox a
{
	color:#FFF;
}