/* CSS Document */


html {
overflow-y:scroll;   
}

* {
margin: 0;
padding: 0;
}

body {
background-color: #58585a;
color: #0786AB;
font-family: Arial, Verdana, sans-serif;
font-size: small;
}

#wrapper{
	margin: 0 auto;
	width: 1006px;
	height: 640px;

	background-color: #58585a;
	background-image: url(images/mmg-splash.jpg);
	background-repeat: no-repeat;
}

#contactdetails {
	width:400px;
	height:20px;
	left: 20px;
	top: 20px;
	margin-left: 320px;
	margin-top: 380px;
}


p {
	font-family: Arial, Verdana;
	font-size: 14px; 	line-height: 1.4em; 	font-weight: normal; 	color: #ffffff; text-align:left; }
	

.orange {
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ff9933;
}




a {		text-align: left;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ff9933; 
	text-decoration: none;}
	
a:hover {	text-decoration: none; }
