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

/* <![CDATA[ */
* {/* обнуляем отступы */
	margin: 0;
	padding: 0;
}
html, body {
	font-family:Arial, Sylfaen, Verdana, Helvetica;
	font-size: 12px;
	color:#000;
	border:none;
	background:#a8bec9;
	margin:0;
	padding:0;
	height: 100%; /* задаем высоту тела документа */
	width:100%; /* задаем ширину тела документа */
}

/* PNG FIX IE 6 */
.picpng { behavior:url(iepngfix.htc); }
img, div, a, input, ul, li { behavior:url(iepngfix.htc); }

img {border: 0px none;}
a {text-decoration:none; color:#233950;}
a:hover {text-decoration:underline; color:#233950;}
h1 {
	text-align: justify;
	text-indent: 15px;
	font-size: 14px;
}
#top img {
	margin-left:6px;
}
