/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 0x;
	overflow: hidden;
    text-align: center;
	}

.outline {
  border: 0px solid #cccccc;
  background: #ffffff;
	padding: 0px;
}



*{margin:0px; padding:0px; list-style:none; text-decoration:none}

A:link  { color: #000000; text-decoration: none;  }

A:hover  { color: #00FF00; text-decoration: none; background: #ffffff; }

A:visited  { color: #000000; text-decoration: none; }

A:visited:hover  { color: #00FF00; text-decoration: none; background: #ffffff; }

A:active  { color: #000000; text-decoration: none;   }

*{margin:0px; padding:0px; list-style:none; text-decoration:none}

.clear{clear:both}


#content {
	width: 603px;
    position: center;
    margin: 0 auto; 
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
#layer1 {
position:absolute;
margin-right:auto auto;
}