/* CSS Document */

body {
	margin:0;
	background-color:#ffffff;
}


/* Header */
#header {
	position:relative;
	width:100%;
	height:90px;
}

#header #logo {
	position:absolute;
	top:5px;
	left:17px;
}

#header #icons {
	position:absolute;
	right:20px;
	bottom:20px;
}

#header #icons img {
	width:20px;
	height:20px;
	margin-left:10px;
	float:left;
}

/* Plashka */
#plashka {
	width:100%;
	height:250px;
}

#plashka img
{
	height:250px;
	float:left;
}


/* Container */
#container {
	background:url(../images/shadow.jpg) no-repeat;
	width:100%;
	padding:25px 0;
}


/* Footer Plashka */
#f_plashka {
	width:1000px;
	height:20px;
}

#f_plashka img {
	height:20px;
	float:left;
}

/* Footer */
#footer {
	position:relative;
	width:100%;
	height:90px;
}

#footer #logo {
	position:absolute;
	top:20px;
	left:15px;
}

#footer #copyright {
	position:absolute;
	top:25px;
	left:300px;
	width:500px;
	color:#999999;
}

#footer #bw {
	position:absolute;
	top:25px;
	right:10px;
}







