BODY {
	margin-left : 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom : 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color : #EDE805;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

A {
text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

div.logo {
	background-image : url(images/noeska.gif);
	background-repeat : no-repeat;
	background-position : center;
	height : 93px;
	position: relative;
	top: 10px;
	left : 0px;
	width : 100%;
}

div.logo h1 {
	visibility : hidden;
}

div.main {
	position : absolute;
	left: 0px;
	width : 100%;
	top : 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#menu {
	text-align : center;
	position : absolute;
	right: 10px;
	top: 10px;
}

#menu li {
	list-style-type : none;
}

#menu p {
	visibility : hidden;
	position : absolute;
}

#menu br {
	visibility : hidden;
	position : absolute;
	line-height : 1px;
}

#menu A {
	text-decoration : none;
}

#menu A:HOVER {
	text-decoration : underline;
}

#links {
	position : relative;
}

#links ul {
	margin : 0px;
	padding : 0px;
}

#links li {
	list-style-type: none;
}
#links p {
	margin-top : 0px;
	position : relative;
}

div.title {
	visibility : hidden;
}

div.copyright {
	bottom : 10px;
	left: 0px;
	position : absolute;
	width : 100%;
}

div.copyright p {
	font-size : 10px;
	font-weight : normal;
	text-align : center;
}