@media screen{
html{
   width: 100%;
   height:100%;
   margin: 0em;
   padding: 0em;
  }
body {
	height:100%;
	width:100%;
	left:inherit;
	background-color:#666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#999999;

}
#pgWrapper{
	background-color:#000000;
	width:790px;
	height:auto;
	text-align:left;
	position:relative;
	margin:20px auto 0 auto;
	line-height:15px;
}

#header{
	background-image:url(img/mm_int_header.gif);
	height:104px;
	width:790px;
	float:left;
}
#nav{
	width:145px;
	height:316px;
	float:left;
}
#content{
	background-color:#000000;
	width:175px;
	padding-top:5px;
	margin-left:150px;
	line-height:23px;
}

#thumbnail{
	width:169px;
	height:316px;
	float:left;
}
#fullSize{
	width:467px;
	height:316;
	margin-left:314px;
}

a:link, a:visited, a:active {
	color:#374c4c;
	text-decoration:none;
}
a:hover{
	color:#d79f40;
}
#about{
	width:630px;
	height:616px;
	margin-left:145px;
}
.splash{
	float: left;
}
}

