body {
   /* background-color: black;*/
	background: #e0e0e0 url('../image/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: arial,comic-sans,verdana;
	font-size: 11px;
	}
	
div.clear {
	clear: both;
	 }	
div#container {
	width: 980px;
	padding: 20px;
	background: url('../image/bg.png');
	margin: 40px auto;
	-moz-box-shadow: 0 0 20px #00000;
	}
div#header {
	width:940px;
	height: 31px;
	padding-top: 96px;
	background: url('../image/header.png');
	text-align: left;
	}
div#header a {
	color: #fff;
	text-transform: uppercase;
	font-family: trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 15px;
	text-shadow: 0 0 10px #000;
	}
div#header a:hover {
	 color: #64FE2E;
	 }
	 
div#yourf1team {
	width:940px;
	height: 300px;
	background: url('../image/yourf1team.jpg');
	text-align: left;
	}

	 
div#news { 
	width:547px;
	height:741px;
	float: left;
	background: #1ad939;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	margin: 10px;
	}
div#news img {
		float: right;
		border: 0;
		}
div#content {
	width: 180px;
	float: left;
	margin: 20px 20px 0px 0;
	padding: 0 60px;
	}
h1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet MS;
	letter-spacing: -1px;
	}
h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet MS;
	}
div#news p {
	text-align: justify;
	line-height: 18px;
	font-size: 15px;
	color: #fff;
	font-family: arial;
	line-height: 18px;
		}
div#footer {
    clear: both;
    position: relative;
	color: #00FF40;
	
	
}
div#footer p {
 text-align: center;
 color: #fff;
 font-size: 15px;
 margin: 40px 40px;
 }
 div#content p {
 text-align: justify;
 }
 div#reklam {
    width:540px;
	height:200px;
	float: left;
 text-align: justify;
 
 }
div#reklam img{
float: right;
width: 119px;
height: 164px;
background: url('../image/pc_11.png') no-repeat;
} 
div#reklam img:hover {
width: 139px;
height: 184px;
background: url('../image/pc_2.png');
}

div#reklam p {
font-size: 30px;
text-align: left;
}
div#reklam l {
color: #DEDDDD;
font-size: 18px;
}

hq {
color: red;
font-size: 13px;
}

button {
background: #fff
}

.userscript {
    text-align: center;
    color: black;
}

p {
    text-align: center;
}

.table td, .table th {
    text-align: center;
}

table {
    width: 370px;
    margin: 0 auto;
}

#browserSelection li {
    transform: translate(-10px);
    transition: all 0.2s;
}

#browserSelection li:hover {
    -moz-transform: translate(10px);
    -webkit-transform: translate(10px);
    -ms--transform: translate(10px);
    transform: translate(10px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#userscriptButton {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms--transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#userscriptButton:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms--transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#resultTable {
    color: #000;
}

#navigationbar button {
    transform: scale(1);

    transition: all 0.2s;
}

#navigationbar button:hover {
    transform: scale(0.8);

    transition: all 0.2s;
}