body { 
	font: normal 62.5%/1.2 "Trebuchet MS", Geneva, Arial, sans-serif; /* default font size set to 62.5%, approx equivilent of 10px. So 1em = 10px. */
	color: #333333; 
	background: #bfbfbf; 
	margin: 0px; 
	}
p { 
	font-weight: normal;
	font-size: 1.2em; /* default display as 11px */
	margin-top: 0px; 
	text-align: justify;
	}
a:link { 
	text-decoration: underline; 
	color: #333333;
	}
a:visited { 
	text-decoration: underline; 
	color: #333333;
	}
a:hover, a:active { 
	text-decoration: none; 
	color:#333333;
	}

img {
	border: 0;
}



/* DIVS */



#mainContainer {
	width:613px;
	height:523px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border:#e7e6e6 solid 1px;


}


#content {
	float: left;
	width:498px;
	height:323px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
#rightBorder {
	float: right;
	width:13px;
	height:423px;
	background-image:url(assets/rightBorder.jpg);
}

#bottomBorder {
	width:613px;
	height:13px;
	background-image:url(assets/bottomBorder.jpg);
}
#logo {
	width:343px;
	height:320px;
}
#watermark {
	width:350px;
	height:60px;
	color:#e5e5e5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:48px;
}
#details {
	width:450px;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:10px;
}





#com {
	width:613px;;
	padding-top:20px;
	padding-left: 110px;
	padding-right:10px;
	color:#676767;
	margin-left: auto;
	margin-right: auto;
}

#com a:link { 
	text-decoration: underline; 
	color: #676767;
	}
#com a:visited { 
	text-decoration: underline; 
	color: #676767;
	}
#com a:hover, a:active { 
	text-decoration: none; 
	color:#676767;
	}
