
	body{
	background-image: url(mmmgrad_backg.jpg);
	background-color: #0c0c0c;
	background-repeat: no-repeat;

	}
	
	#container{
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 999px;
	}
	
	#text1{
	width: 300px;
	margin: 26px 0px 0px 60px;
	height: 500px;
	float: left;
	}
	
	#text1 p{
		color: white;
		font-family:Georgia,"Times New Roman",Times,serif;
		padding: 0px 10px 0px 11px;
		font-size: 15px;
		line-height: 1.3em;
	}
	
	#flashed{
	float: left;
	width: 525px;
	margin-left: 40px;
	margin-top: 18px;
	}
	
	.clickhere {
		color: orange;
	}
	
	a:link {
		color: orange;
	}
	a:hover {
		color: #DDDDDD;
		text-decoration: none;
	}
	
	
	#closingline{
	position: relative;
	clear: both;
	width: 98%;
	border-top: 1px solid #222222;
	top: 4px;
	text-align: right;
	font-size: 0.7em;
	line-height: 2;

}

.hcg{
	color: #222222;
	text-decoration: none;
	padding: 3px 6px;
}

.hcg:hover{	
	background-color: #111111;
	color: #555555;
}

.privacypolicy{
	color: black;
}

.privacypolicy a{
	color: black;
}
.privacypolicy:hover{
	color: #DDDDDD;
	text-decoration: none;
}



