/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.content { 
	margin: 0px auto;
	width: 1003px;} 

#popup
   {
      position: absolute;
      border: 4px solid #666666;
background-color:#333333;
      width: 600px;
      height: 560px;
      margin-top: 50px; margin-left:100px; color:#00CC00;
   }
#popup a { color: #CCCCCC; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; float:right; display:block; text-align:right; }
