@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("../metalettes/highslide/highslide.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	padding: 0; margin: 0;
	font-family: verdana; font-size: 14px; color: #fff;
}

body { background: #000 url("../images/body.jpg") center 0 no-repeat; }


a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0px;
	font-family: verdana;  color: #fff;
	text-decoration: underline;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; vertical-align: top;}

table { border-collapse: collapse; }



h1, h2, h3, h4, h5, h6 { 
	font-family: verdana; font-size: 14px; color: #fff;
	font-weight: bold; 
	text-align: left; 
}

.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { width: 800px; margin: 0 auto; position: relative; }

