/*
Devilhead Films - FLUX
Author:		Jakub Forejt
Web:		http://www.48.cz
Date:		2008-12
*/

/* ===== STANDARD TAGS ===== */
html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

body{
background-image: url(images/pozadi.jpg);
background-attachment: fixed;
background-position:left;
background-color:#000;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0px;
	padding:0px;
	text-align:center;
	_text-align: center; /* IE */

}

p {
font-size:1.2em;
text-align:left;
}

a {
color:#cc0000;
text-decoration: none;
border:0px;
}

a:hover {
color:#ff0000;
text-decoration: underline;
border:0px;
}

a:link .poster { border:0px; text-decoration: none;}
a:hover .poster, a:active .poster, a:visited .poster {border:0px; text-decoration: none;}

a img {
color:#cc0000;
text-decoration: none;
border:0px;
}

/* ===== LAYOUT ===== */

#header {
background-image: url(images/top_bgnd.png);
background-repeat:repeat-x;
background-position:top;
background-color:#000;
width:100%;
min-height:135px;
height: auto !important;
height: 135px;
}

#container {
text-align:left;
}

#content {

}

.poster {
margin:30px;
float: left;
}

#tabs {
position: absolute;
top: 30px;
left: 360px;
width: 650px;
margin-bottom:30px;
margin-left:0px;
}

/* ===== OTHER FORMATING ===== */
