* {
	padding: 0;
	margin: 0;
}

/* structure */

body {
	font: 12px Arial, sans-serif, Helvetica;
}

#box {
	background: #FFFFFF;
	width: 700px;
	height: 400px;
	margin: 40px auto 0px auto;

}

#yellbox {

	background: #ffe500;
	width: 700px;
	height: 400px;
	margin: 40px auto 0px auto;

}

#infoyellbox {

	background: #ffe500 no-repeat url(/media/info_bg.jpg);
	width: 700px;
	height: 400px;
	margin: 40px auto 0px auto;

}
#press {
	padding-top: 8px;
	text-align: center;
	width: 810px;
	height: 610px;

}


#presscontainer {
		

		top: 50%;

}




#logo {
	width: 350px;
	height: 100px;
	position: absolute;
	top: 57px;
	margin-left: 2px;
}

#homebutton {
	position: absolute;
	margin-left: 0px;
	top: 40px;

}

#i {
	position: absolute;
	margin-left: 580px;
	top: 253px;
}

#infomenu {

	position: absolute;
	margin-left: 8px;
	top: 70px;
}

#news {

	position: absolute;
	margin-left: 25px;
	width: 300px;
	height: 200px;
	top: 270px;
	scroll: auto;

}


#contact {

	position: relative;
	text-align: right;
	padding-right: 23px;
	padding-top: 23px; 

}





/* text + links */




a:link  {
	color : #000000;
	text-decoration : none;
}


a:hover  {
	color : #cc0000;
	text-decoration : none;
}


a:visited  {
	color : #000000;
	text-decoration : none;
}


#form a:link  {
	color : #000000;
	text-decoration : none;
}


#form a:hover  {
	color : #000000;
	text-decoration : none;
}


#form a:visited  {
	color : #000000;
	text-decoration : none;
}


b {

		color: #cc0000;
}

/* form stuff */

.button {
	border-color: #000000;
	border-width: 1px;
	background: #ffe500;
	font-size: 10px;
}

#form {
	position: absolute;
	top: 140px;
	text-align: left;
	margin-left: 10px;
}

input {
	background: #F4F4F4;
	border: 1px solid #C1C1C1;
	margin: 3px 0;
	font-size: 10px;
	}

textarea {
	background: #F4F4F4;
	border: 1px solid #C1C1C1;
	margin: 3px 0;
	font-size: 10px;
	}
