@charset "UTF-8";/* CSS Document *//*----------------------------------------------------------------------------------------------------------------------------------------------------------*/ #wrapper, #container {        height: 1105px;        width: 800px;    }        #wrapper {        right: 50%;        position: absolute;    }        #container {        background: #000000 url("../images/background.jpg") no-repeat 0 0;        left: 50%;        position: relative;    }/* =General-----------------------------------------------------------------------------*//* Remove padding and margin */* {	margin: 0;	padding: 0;}/* Class for clearing floats */.clear {	clear:both;}/* Remove border around linked images */img {	border: none;	padding: 0;	margin: 0;	float: left;}body {	font-family:Arial, Helvetica, sans-serif;	background: #000000;}/* Removes dotted lines on links in Firefox */a:focus, a:hover, a:active {	outline:none;	text-decoration: none;}/* =content-----------------------------------------------------------------------------*/h1 {	positon: relative;	width: 400px;	height: 150px;	font-size: 24px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #c81d18;}h1 span {	position: absolute;	width: 400px;	height: 150px;	background: url("../images/title.png") no-repeat;	left: 40px;	top: 115px;}#socialNet {	position: absolute;	top: 10px;	left: 705px;	width: 80px;}/* =news-----------------------------------------------------------------------------*/#news {	position: absolute;	top: 510px;	left: 35px;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 20px;	text-align: left;}#newstxt {	position: absolute;	top: 580px;	left: 35px;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 20px;	text-align: left;}#news a {	font-size: 8px;	padding-right: .35em;	padding-left: .35em;	text-decoration: none;	color: #333;}#news p {	color: #ffffff;	font-size: 11px;	line-height: 12px;}/* =imgs-----------------------------------------------------------------------------*/#imgs {	position: absolute;	top: 540px;	left: 555px;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 20px;	text-align: left;}#imggallery {	position: absolute;	top: 550px;	left: 555px;	text-align: left;}#imgs a {	font-size: 8px;	padding-right: .35em;	padding-left: .35em;	text-decoration: none;	color: #333;}#imgs p {	color: #ffffff;	font-size: 11px;	line-height: 12px;}