@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	font-size:12px;
}

.Body {
	background:#D7EBFF url(/graphics/hp_bg.jpg) top left no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

a {color: #333;}
a:hover { text-decoration:none;}

.content-bg {
	
	height:598px;
	width:743px;
	margin:0px auto 0 auto;
	background:url(/graphics/mt_content.png) center no-repeat;
	/*cursor:pointer;*/
	position:relative;
	display:block;
}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:220%; letter-spacing:-.04em; margin-bottom:0px; white-space:nowrap;}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:130%; color: #333; margin:25px 0 0 0;}

.content {
	/*padding:140px 440px 0 20px;*/ /* ALL SERVERS */
	padding:180px 460px 0 40px; /* MapTango Only */
	position:relative;
}

.sitesAffected {
	padding:0 0 0 20px;
}

.sitesAffected ul {
	margin:5px 0 0 5px;
	padding:0px;
	list-style-type: none;
}

.sitesAffected li {
	margin-right:20px;
	overflow:hidden;
	float:left;
}

.sitesAffected .site-sa {
	display:block;
	height:41px;
	width:150px;
	background:url(/graphics/sa_logo.gif) left no-repeat;
	text-indent:200px;
	overflow:hidden;
}

.sitesAffected .site-ygg {
	display:block;
	height:41px;
	width:114px;	
	background:url(/graphics/ygg_logo.gif) left no-repeat;
	text-indent:200px;
	overflow:hidden;
}

.logo h1 {
	
	height:191px;
	width:100%;
	display:block;
	overflow:hidden;
	text-indent:-500px;
	
	
}

.hidden {
	display:none;
}

.footer {
	margin:0;
	width:100%;
	text-align:center;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
}

.footer a {
	color:#666;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}
