@charset "utf-8";

body {
  width: 99%;
  background-color: #000000;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}
 
 p, h1, pre {
margin: 0px; 
padding: 0px; 
}

h1 {
font-size: 16px;
text-align: center;
background-color: #fff;
}
 
 a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
 #container {
	width: 700px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	border: solid black 2px;
	background-color: #27252A;
 	 border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	 }
 
 #header {
	 position:relative;
	 }
	 
#header h1 {
	height:33px;
	line-height:33px;
	margin:0;
		 background-color: #000;
  }
  
#header a
{
	position:absolute;
	right:0;
	top:23px;
	}
	
#content { 
/*  width: 100%;*/
  padding: 0px;
 margin:0 auto;
  text-align: center;
}

#left-column {
	float:left;
	width:350px;
	height:118px;
	margin: 0;
	background: #000;
	}
	
#right-column {
     float:right;
	 width:350px;
	 height:118px;
	 margin: 0;
  background: #000;
	}
	
 .zs-img  {
	color:#936;
	margin:0 auto;
}
 
 #footer {
	clear:both;
	height: 50px;
	width: 100%;
	background-color: #27252A;
	color: #FFF;
/*	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	}

#footer p {
	padding:11px 0 0 0;
    text-align:center;
	line-height: 1.4em;
	color:#666;
	}


