@charset "utf-8";
/* CSS Document */

body,div,table,tr,td,img{
	padding:0;
	margin:0;
	font-size:small;
	color:#FFF;
	border:0;
}

a{
	color:#09F;
}

body{
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#212121;
}

.bg_gr{
	background-image:url(images/bg_gr.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:33px;
	z-index:1;
}

.logo{
	position:absolute;
	z-index:2;
	top:10px;
	left:10px;
}

.container_top{
	background-image:url(images/container.png);
	background-repeat:repeat-x;
	position:absolute;
	width:100%;
	height:390px;
	top:100px;
	z-index:3;
}

.container_bottom{
	background-color:#212121;
	position:absolute;
	width:100%;
	height:60%;
	top:490px;
	z-index:3;
}

.content{
	background-image:url(images/content_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:800px;
	background-color:#212121;
	position:absolute;
	z-index:4;
	border-top: solid 1px #FFF;
	top:150px;
	left:50%;
	margin-left:-400px;}
	
.content_title{
	margin:20px;
}

table{
	margin:0px 20px 20px 20px ;
}

td{
	text-align:center;
	padding-right:20px;
	padding-bottom:20px;
}

td img{
	margin-bottom:10px;
}