#main {
	margin: 40px auto 20px auto;
	width: 500px;
}

#logo {
	background: url(/img/sse_logo.png) no-repeat top left;
	width: 100%;
	height: 90px;
}

#content {
	background: url(/img/sse_bg.png) no-repeat center center;
	min-height: 600px;
}

#footer {
	text-align: center;
	font-weight: bold;
	font-size: smaller;
}

ul.sse {
	list-style-image: url(/img/strelka.gif);	
}

h1 {
	margin-top: 40px;
}

