html, body {
	height:100%;
}

body {
	background-image: url('images/background.png');
	background-color: black;
	color: white;
	font-family: Georgia, Tahoma;
	font-style: italic;
}

.wrap {
	position:relative;
	width: 900px;
	margin: 0px auto ;
	height:auto !important;
	height:100%;
	min-height:100%;  
	margin-top: 3em;	
}

	.contentdiv {
		padding:10px;			
	}
	
		#photo1 , #photo2 , #photo3 , #photo4 , #photo5 , #photo6 { 
			display: none;
		}
		
		.yellowContainer {		
			color: black;
			padding-left: 8px;
			font-size: 2.1em;
			background-repeat: no-repeat;
			width: 190px;
			margin-left: 20.5em;
			height: 50px;
			background-image: url('images/nameContainer.png');
		}
		
		.bigName {
			margin-top: -0.3em;
			font-family: Georgia, Tahoma;
			font-size: 7.5em;
			font-style: italic;
			
		}
		
		.photo1 {
			margin-left: -0.5em;
		}
		
		.photo2 {			
			padding-left: 1em;
		}
		
	
			.textBlock1 {
				width: 15em;
				margin-top: 2em;
				margin-left: 1em;
				float: left;
			}
			
				.phone {
					color: #FFD900;
					font-size: 2em;					
				}
						
			.textBlock2 {
				display: inline;
				margin-left: 3em;
				margin-top: 2em;
				width: 15em;
				float: left;
			}
			
			.textBlock3 {
				display: inline;
				width: 15em;
				margin-top: 2em;
				margin-left: 3em;
				float: left;
			}
		
		.title {
			clear: both;
			font-size: 15em;			 
		}
		
		.titleContainer {
			width: 300px;
			float: left;
		}
			
			.photoTitle {
				font-size: 1em;
				margin-top: 3em;				
				float: left;
				margin-bottom: 23.8em;
			}
		
		.photoContainer {
			width: 400px;
			float: left;
		}
			
			.photo {				
				margin-top: 3em;
			}
		
		.down {
			clear: both;
			margin-top: 5em;
			padding-top: 5em;
			height: 15px;
			height: 140px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		