* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana,Helvetica,sans-serif,Arial;
	font-size: 12px;
	color: #666666;
	background: #fff;
}

img {
	border: 0px;
}

a {
	outline: 0px;
}


/* =================================================== DIVS =================================================== */

div#container {
	width: 900px;
	height: 436px;
	height: 591px;
	margin: auto;
	/*background: #55bfd8 url(../pix/start/container_bg.png) no-repeat top left;
	background: #55bfd8 url(../pix/start/container_bg_winter.png) no-repeat top left;*/
	background: #55bfd8;
}

div.linkBlock {
	width: 300px;
	float: left;
	/*margin-top: 155px;*/
	margin-top: 127px;
}


/* =================================================== HELPER =================================================== */

.clear {
	clear: both;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
}
