#page {
	background-image: url(/images/frontend/page_simple/background.jpg);
	height: 660px;
  color: #103590;
}

#menu {
	top: 84px;
}

#page #content {
	height: 623px;
}
#page #search {
	position: absolute;
	top: 630px;
	left: 810px;
}

#page h1 {
	position: absolute;
	top: 160px;
	left: 50px;
	font-size: 23px;
	font-weight: bold;
	
}
#formcontact
{
	position: absolute;
	left: 250px;
	top: 200px;
	
}
#formcontact input
{
	font-size: 11px;
	height: 13px;
	border: #545454 1px solid;
	background-color: white;
	color: black;
	font-family: arial;
}
#formcontact td
{
	background-color: transparent;
}
#formcontact th
{
	text-align: left;
	color: #1265A9;
	font-size: 13px;
}
#formcontact .button
{
	height: 20px;
}
#formcontact TEXTAREA
{
	font-size: 11px;
	height: 13px;
	border: #545454 1px solid;
	background-color: white;
	font-family: arial;
	color: #505050;
}
#sendsuccess
{
	color: #E2C488;
	font-weight: bold;
	font-size: 13px;
	margin-top: 250px;
	margin-left: 500px;
}
