@CHARSET "UTF-8";

html, body {
	margin:0;
	padding:0;
	background:#CCC;
	text-shadow: 0px 1px 3px #000; /* Добавляем тень для элементов */
}

img { border:0; }

.background {
	width:1044px;
	margin:0 auto;
	background:url(../images/fon.png) center no-repeat;
}

#languages { display:block; position:relative; float:right; margin:10px; }

.header { text-align:center; margin:60px 0 0 0; }
.forum { display:block; float:right; margin:10px; }
.forumimg { float:right; }

a, a:visited { color:rgb(82,204,58); }
a:hover, a:active { color:red; }

