@charset "UTF-8";
td img {
	display: block;
}
body {
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#box {
	position:absolute; 
	display:none; 
	padding:10px; 
	background:#fff url(../1m4935/preload.gif) no-repeat 50% 50%; 
	border:10px solid #e3e3e3; z-index:2000
}
#mask {
	position:absolute; 
	display:none; top:0; left:0; height:100%; width:100%; 
	background:#000; z-index:1500
}
#content {
	background:#fff
}
#wrapper {
	text-align: center;
}
#logo {
	text-align: center;
	padding: 10px;
}
#contact {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
#contactLeft {
	float: left;
	width: 200px;
	text-align: left;
}
#contactRight {
	float: right;
	width: 200px;
	text-align: right;
}
#footer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
}
#footerLeft {
	float: left;
	width: 200px;
	text-align: left;
}
#footerRight {
	float: right;
	width: 200px;
	text-align: right;
}
