@charset "windows-1251";
/* CSS Document */

#back {
position: relative;
top: 0;
z-index: 1;
}

#logo {
position: relative;
top: 250px;
z-index: 2;
}

div {
height: 775px; /* Высота блока */
width: 841px; /* Ширина блока */

background:
 #fc0 /* Цвет фона */
 url('images/back.jpg') /* Путь к фоновому изображению */
}

body {
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
