﻿#center{ 
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/contactus2.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	height: 600px;
	width: 800px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
#header{
	background-image: url(../images/missmop_logo_white.gif);
	background-repeat: no-repeat; 
	background-position: center center;
	width:228px;
	height:145px;
	float: left; 
	margin: 10px 5px 5px 15px;
	
	/*border: 1px solid #ffffff;*/
}

#content{
	color: #000000;
}

#content a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}
#content a:visited {
  color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}
#content a:active {
  color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}
#content a:hover {
  color: #000000;
	font-weight: bold;
  text-decoration: underline;
	font-size: 15px;
}