html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;	
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#site {
	z-index: 1;
	position: absolute;
	width: 678px;
	height: 568px;
	text-align: left;
	background-color: #ffffff;
}

#newssite {
	z-index: 1;
	position: absolute;
	width: 509px;
	height: 403px;
	text-align: left;
	background-color: #ffffff;
}

.modalLogo {
	position: absolute;
	top: 30px;
	left: 50px;
}

.modalLogoPress {
	position: absolute;
	top: 30px;
	left: 30px;
}

.newsletterTitle {
	position: absolute;
	top: 30px;
	left: 30px;
}

.newsletterText {
	position: absolute;
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #674a33;
	top: 95px;
	left: 30px;
}

.field {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ab9584;
	top: 150px;
	left: 30px;
}

.newsbtns {
	position: relative;
	left: 185px;
	float: left;
}

.modalCloseNews {
	position: absolute;
	top: 5px;
	left: 465px;
}

.modalClose {
	position: absolute;
	top: 5px;
	left: 635px;
}

.modalPress {
	position: absolute;
	top: 35px;
	left: 190px;
}

.modalClosePress {
	position: absolute;
	top: 5px;
	left: 750px;
}

.modalImages {
	width: 678px;
	text-align: center;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

.modalNext {
	position: absolute;
	top: 260px;
	left: 610px;
}

.modalPrev {
	position: absolute;
	top: 260px;
	left: 25px;
}
