@charset "utf-8";

body{
	margin:0; padding:0; line-height: 1.4em; font-size: 14px; color: #000;}

/*Header*/
div#wrapper, 
div#header,
div#banner,
div#bannerarea,
div#footer,
div#secondary,
div#primary
div#bottom,
div.breadcrumbs{
	display: none;
	width: 0;
	height: 0;
}

/* Links */
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;} 

/*Image*/
img, img a {border:none;}


/*Content*/
#content{
	width: 100%; display: block; float: none; height: auto; margin: 0;}
