/* ******************** General ******************** */

html,body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E0E0E0;
	font-family: Century Gothic, Avant Garde, Futura, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
#container {
	background-color: #E0E0E0;
	margin: 0 auto;
	width: 900px;
	height: 650px;
	position: relative;
}
p {
	color: black;
	font-size: 13px;
	line-height: 14pt;
	padding-top: 10px;
	margin: 0px;
}
p a{
	color: white;
	text-decoration: none;
}
p a:hover{
	color: white;
	text-decoration: underline;
}


#ms{
	width: 445px;
	height: 440px;
	position: absolute;
	background-color: #7B437C;
}
#ms_1{
	width: 445px;
	height: 440px;
	position: absolute;
	text-align:center;	
	font-size: 36px;
	color:#FFFFFF;
	line-height: 430px;
}
#j{
	width: 200px;
	height: 140px;
	position: absolute;
	background-color: #AAB036;
	left: 455px;
	top: 0px;
	font-size: 36px;
}
#a{
	width: 200px;
	height: 140px;
	position: absolute;
	background-color: #A3A77D;
	left: 455px;
	top: 150px;
	text-align:center;
	font-size: 36px;
}
#e{
	width: 200px;
	height: 140px;
	position: absolute;
	background-color: #5A5B37;
	left: 455px;
	top: 300px;
	text-align:center;
	font-size: 36px;
}
#f{
	width: 200px;
	height: 140px;
	position: absolute;
	left: 666px;
	top: 0px;
}#c{
	width: 200px;
	height: 140px;
	position: absolute;
	background-color: #7A77AC;
	left: 666px;
	top: 300px;
	text-align: center;
	font-size: 36px;
}
