body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
}

.me
{
	position:absolute;
	top: 30px;
	left: 8100px;
	z-index: 3;
}

.main img
{
	border: 0px none;
	padding: 5px;
	float: right;
}	

.container
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -490px;
	width: 980px;
	background-color: #FFFFFF;

}
.corner {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.logo {
	position:absolute;
	right: 735px;
	left: 434px;
	height: 60px;
	width: 301px;
	top: 50%;
	margin-top: -30px;
	z-index: 3;
}

.photo {
	width: 735px;
	height: 550px;
	position:relative;
	float: left;
	z-index: 1;
	
}
.main {
	width: 225px;
	padding: 10px;
	height: 530px;
	position:relative;
	float: right;
}
	
A:link {
	color: black;
	text-decoration: none;
	border:0px;
	}
A:visited {
	text-decoration: none;
	color: black;
	border:0px;	
}
A:active {
	text-decoration: none;
	color: #666666;
	border:0px;	
}
A:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #999;
	border:0px;
}

.footer {
	position:absolute;
    right: 10px; 
    bottom: 5px;
	text-align: right;
	color: #006666;
	}

h3 {
	font: small-caps bold 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-transform: uppercase;
	padding: 5px;
}

