

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; 
	}
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;
}


#container {
	width:500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-color:#FFF;
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom:30px;
}


#logo {
	width:500px;
	height:260px;
}
#watermark {
	width:500px;
	height:60px;
	color:#e5e5e5;
	font-size:48px;
}
#details {
	width:500px;
	color:#333;
	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;
	}


