/* Justin Plet - www.justinplet.com - CSS layout */
/* Created by Richard Baxant - Baxitek Solutions - www.baxitek.com - info@baxitek.com */

/* HTML class elements */
body{	
	background-color: #FFFFFF;
	margin: 0 0 0 0;
}

p{
	
}

/* Layer id elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#container{
   margin: 0px;
	width: 917px;
	height: 629px;	
	border: 2px solid Black;
}

#content{
	background-image: url(../images/jp_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 755px;
	height: 629px;
	float: left;
}

#navbox{
   margin: 0px;
	width: 162px;
	float: right;
}

#credits{
	margin: 25px;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#thanks{
   background: transparent;
	position: absolute;
	top: 585px;
	left: 525px;
	z-index: 2;
}

#cd{
   position: relative;
	z-index: 1;
}