@charset "UTF-8";
/* CSS Document */
	
		
		
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}
	
	
	a {
		font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
	color: #fff;	
	}
	
	a:hover {
	
		color: #CCC	

	
		
	}

#container {
	
	width: 807px;
	height: 635px;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#C00;
    border-style:solid;
    border-width:5px;
    border-color: #fff;
	}
	
	
#left {
float: left;
width: 271px;
height: 600px;

}

#top {
	
width: 271px;
height: 139px;	
	
}

#face {
margin-right:  5px;
text-align: right;
}

#text {
	margin-left: 5px;
	float: left;
	
}
#middle {
	
width: 271px;
height: 194px;	
background-image:url(../images/middle.jpg)

	
}

#bottom {
	
width: 271px;
height: 264px;	
background-image:url(../images/bottom.jpg);

}

#footer {
	height: 40px;
	width: 807px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
}
	
#right {
float: right;
width: 536px;
height: 597px;	
background-image:url(../images/right.jpg)
	
}


	