body {
	background-color: #333333;
	margin: 20px;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


#menuContainer div { cursor:pointer; cursor:hand; }
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 835px;
     height: 696px;
     margin-top: -348px; /* half of the height */
     margin-left: -417px; /* half of the width */
     border: 0;
     }
a {
	cursor: pointer;
	cursor: hand;
}

.designtag {
font-family: Arial, Geneva, Verdana, sans-serif;
font-size:10px;
line-height: 1.5em;
color: #727070;
margin-top:10px;
}
a.designtag:link {
	color: #727070;
	text-decoration: underline;
}
a.designtag:visited {
	color: #727070;
	text-decoration: underline;
}
a.designtag:hover {
	color: #c3c2c2;
	text-decoration: none;
}

.menufloat {
font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 1.5em;
color: #CCCCCC;
margin-top:5px;
margin-left:25px;
}
a.menufloat:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.menufloat:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.menufloat:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.shadow{
border:1px solid silver;
position:relative;
display:inline;
background:white;
z-index:100;
}

img.thumb { 
border: 0px solid #666666; 
}
