#container {
	padding-top: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
	position: inline;
	top: 0px;
	width: 800px;
	height: 188px;
	background-image: url(/images/logo1.png);
	background-repeat: no-repeat;
}

#header h1 {
	position: relative;
	top: 20px;
	left: 177px;
	width: 319px;
	height: 119px;
	background-image: url(/images/title_elixir_big.png);
	background-repeat: no-repeat;
}

#header p {
	position: relative;
	top: -80px;
	left: 546px;
	width: 208px;
	height: 101px;
	margin: 0;
	padding: 0;
	background-image: url(/images/text_presented_1.png);
}

#content {
   	margin-top: 92px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .main {
	min-height: 360px;
	padding-left: 200px;
	padding-top: 68px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .main .article {
	line-height: 22px;
}

#content .main .article h3 {
	font-weight: normal;
	font-size: 16px;
}

#content .main .article ul {
	margin-top: 0;
}

.main a.enter {
	position: relative;
	display: block;
	width: 138px;
	height: 53px;
	margin-top: -55px;
	margin-left: 430px;
	background-image: url(/images/butt_enter_0.png);
	text-indent: -1000em;
}

.main a.enter span {
	position: abslolute;
	display: none;
	top: 0px;
	width: 138px;
	margin-top: -19px;
	height: 53px;
	background-image: url(/images/butt_enter_1.png);
}

.main a:hover.enter span {
	display: block;
}

.main a:focus {
	outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

