#main-div {
position: absolute;
top: 50%;
left: 50%;
width: 840px;
height: 528px;
margin-top: -265px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -420px; /*always take 1/2 from the size of the width, they have to be negative*/
background-color:#FFF}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#nav {
width: 100%;
background-color:#000;
height:30px;
text-align:right}
	
#nav img  {
	margin-left:30px;}

#content {
width: 100%;
background-color:#FFF;
height:468px}

#contact {
width: 100%;
background-color:#000;
height:30px}

#logo {
width: 528px;
height:468px;
float:left;
}

#text {
top:146px;
width: 528px;
height:324px;
}

#photo {
left:528px;
width: 310px;
height:468px;
float:right;
line-height:0px;
}
#logo2 {
width: 373px;
height:468px;
float:left;
}
#text2 {
top:146px;
width: 373px;
height:324px;
}
#photo2 {
left:373px;
width: 465px;
height:468px;
float:right;
line-height:0px;
}

h1 {font-size:19px;
	font-weight:normal;
	margin-left:26px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px}
	
p	{margin-left:26px;
	margin-top:7px;
	margin-right:10px;
	margin-bottom:7px;
	line-height:17px;}
	
	a:link {color: #7b4944;  text-decoration: underline; }
a:visited {color: #7b4944;  text-decoration: underline;}
a:active {color: #7b4944; text-decoration: underline;}
a:hover {color: #000000;  text-decoration: underline;}