/* ----------------------------------------

HYSTERIC GLAMOUR Style Sheet

version:	1.0
author:		Zoran Resanovic
email:		zoran@webvisions.de
website:	http://www.webvisions.de

------------------------------------------- */


* html {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #fff;
	background: #000;
}

table, th, tr, td { font-family: Verdana, Tahoma, Helvetica, sans-serif; }

p { font-family: Verdana, Tahoma, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Tahoma, Helvetica, sans-serif; }

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: -1px;
}

a, a:link, a:visited, a:active {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff004c;
	text-decoration: none;
}

a:hover {
	color: #c1fe00;
}

/* div containers for layout */

#container {
    position:absolute;
    left:50%;
    top:1.5%;
    width: 800px;
    height: 100%;
    margin-left:-400px;
}

#header {
	position: relative;
	margin: 0 auto;
	height: 40px;
}

#content {
	padding-left: 10px;
	heigth: 100%;
	text-align: center;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

#content img {
	border: none;
}

#footer {
	text-align:center;
	width: 798px;
}