* {
margin : 0;
padding : 0;
}
html, body {
height : 100%;
}
body {
background-color : #FFF;
text-align : center;
}
#center {
width : 1px;
height : 50%;
margin-bottom :-310px;
float : left;
}
#container {
	position : relative;
	text-align : left;
	height :630px;
	width :960px;
	clear : left;
	background-image : url(images/border.png);
	background-repeat : no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	width:960px;
	height:630px;
}
#copy {
	width:493px;
	height:556px;
	float:left;
	padding-top:30px;
	padding-left:80px;
	position:absolute;
}
#logo {
	width:223px;
	height:222px;
	float: left;
	padding-top:246px;
	padding-left:490px;
}
#menu {
	width:100px;
	height:200px;
	float:left;
	padding-top:275px;
	padding-left:60px;
}

#links {
	width:125px;
	height:100px;
	float:left;
	padding-top:200px;
	padding-left:60px;
	position:absolute;
}
a:link {
	color: #FFF;
	outline-style:none;
	outline-width:0px;

}
#main {
	width:960px;
	height:630px;
	background-image:url(images/Me.png);
	background-repeat:no-repeat;
}

