* { margin:0; padding:0; border:0; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

html{
	font-family:"Century Gothic";
	font-size: 15px;
	color: #ffffff;
	height:100%;
	min-height:100%;
	min-width:850px;
	background:url(../images/bg.jpg) repeat right center;
}

body {
	margin:0px;
	height:100%;
	min-height:100%;
	line-height:1.6;
	min-width:850px;	
}

h1{
	font-size:21px;
	font-weight:500;
}

h2{
	font-size:17px;
	font-weight:500;
}

h3{
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

#center{
	margin-left: 0%;
	margin-top:-117px;
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	min-width:850px;
	height: 235px;
	background:url(../images/red.gif) repeat-x 0px 65px;
}

#left{
	float:left;
	width:350px;
	height:235px;
}

#flash-big{
	position:relative;
	top:-104px;
	left:70px;
}

#right{
	float:right;
	width:440px;
	height:235px;
	text-align:right;
	padding-right:10px;
	padding-top:100px;
}

#eisodos, #enter{
	height:40px;
	background:url(../images/eisodos.gif) no-repeat;
	width:131px;
	text-align:center;
	padding-top:3px;
}

/* =Links
---------------------------------------------------------------------*/
a:link, a:visited { color:#ffffff;  text-decoration:none;}

a:hover { color:#000000; text-decoration:none; }
