/*Reset Style*/
body { 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}


/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}


#header {
	display: none;
}


#main {
	width: 900px;
	height: 100%;
	margin: 0;

	background: #fff;


	border-top: 1px solid #666;
}