body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCC00;
	}
	
a {
	color:#CCCC00;
	}
	
.photo {
	border:1px solid #000000;
	}
	
#container {
	position:relative;
	width:950px;
	height:auto;
	text-align:center;
	}
	
#left {
	position:relative;
	float:right;
	width:250px;
	height:auto;
	padding-top:60px;
	}


#center {
	position:relative;
	float:right;
	width:450px;
	height:auto;
	text-align:center;
	}

#right {
	position:relative;
	float:left;
	width:250px;
	height:auto;
	padding-top:60px;
	}
	
#bottomLeft {
	clear:both;
	position:relative;
	width:316px;
	height:auto;
	float:right;
	text-align:left;
	}
	
#bottomCenter {
	position:relative;
	width:316px;
	height:auto;
	float:right;
	text-align:center;
	}
	
#bottomRight {
	position:relative;
	width:316px;
	height:auto;
	float:left;
	text-align:right;
	}