body {
		text-align: center;
		height: 100%;
		min-width: 760px;
		background: #b0b0b0;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 50px;
		border: none;
		width: 760px;
		min-height: 400px;
		height: 100%;
		background: #b0b0b0;
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

div#content {
		text-align: left;
		padding: 40px 15px 90px 30px;
		float: left;
		width: 680px;
		height: 100%;
		font-family: "trebuchet ms",arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #e6e6e6;
}

div#content img {	
		float: right;
		border: none;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: "trebuchet ms",arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1pt;
		padding: 0px 5px 0px 0px;
		text-align: center;
}

div#footer a {
		color: #ffffff;
		text-decoration: none;
}

div#footer img {
		border: none;
}

.clearfix:after {
		content: "."; 
		display: block; 
		font-size:1px;
		height: 1px; 
		clear: both; 
		visibility: hidden; 
}

.clearfix {
		display: inline-table;
}

/* Hide from IE-mac */

* html .clearfix {
		height: 1%;
}

.clearfix {
		display: block;
}

/* End hide from IE-mac */

#photo {
		margin: 10px 80px 5px 0px;
}


