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

body {
	background-image: url(img/bkga.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin-top: 0px;
	/*margin-left: auto;
	margin-right: auto;*/
	color: #FFF;
}
.content {
	background-image: url(img/2010_layout_index_001a.jpg);
	background-repeat: no-repeat;
	width: 1280px;
	height: 1024px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid green;*/
}
.element {
	margin-left: 281px;
	margin-top: 160px;
	width: 720px;
	height: 405px;
	/*border: 1px solid red;*/
	float: left;
	font-size: .8em;
}
.web {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999;
	text-align: center;
	padding-top: 310px;
}
a:link {text-decoration: none; font-weight: bold; color: #999;}
a:visited {text-decoration: none; font-weight: bold; color: #999;}
a:active {text-decoration: none; font-weight: bold; color: #999;}
a:hover {text-decoration: underline; font-weight: bold; color: #fff;}