
body {
	margin: 0;
	padding: 0;
  background: #c9c9c9 url('images/background.gif') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

input, textarea
	{
		font-family:Tahoma; 
		font-size:11px;
		line-height:14px;
		border: 1px solid #333333;
		padding: 3px;
		margin: 3px;
		background:#ffffff url('images/input_background.gif') no-repeat top left;
		display: block;
	}

input, select { vertical-align:middle; font-weight:normal;}

label {
   display: inline-block; 
   padding: 3px;
   float: left;
   margin-right: 10px;
   width: 220px;
   }


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
  color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 1px #fff solid;
}

h2 {
  color: #333;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-bottom: 1px #333 solid;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #dc2918;
	border: none;
}

a:hover {
}

#wrapper {
	margin: auto auto;
	padding: 0;
}


/* Page */

#page {
	background: url(images/globus.png) center no-repeat;
	width: 870px;
	height: 475px;
	margin: 20px auto;
}

#page2 {
	background: url(images/globus.png) center no-repeat;
	width: 870px;
	height: 675px;
	margin: 20px auto;
}


#boxtop {
  text-align: center;
  background: url(images/boxtop.png) no-repeat;
  position: absolute;
	width: 486px;
	height: 85px;
	margin: 125px 0 0 270px;
  padding: 20px;	
}

#boxbottom {
  background: url(images/boxbottom.png) no-repeat;
  position: absolute;
	width: 486px;
	height: 24px;
	margin: 245px 0 0 270px;
  padding: 20px 20px 20px 20px;	
}

#boxwhite {
  color: #000;
  font-size: 11px;
  background: url(images/boxwhite.png) no-repeat;
  position: absolute;
	width: 386px;
	height: 310px;
	margin: 60px 0 0 0;
  padding: 20px;
  text-align: justify;	
}

#boxblack {
  color: #fff;
  font-size: 11px;
  background: url(images/boxblack.png) no-repeat;
  position: absolute;
	width: 386px;
	height: 310px;
	margin: 60px 0 0 450px;
  padding: 20px;
  text-align: justify;	
}

#boxbigwhite {
  color: #000;
  font-size: 11px;
  background: url(images/boxbigwhite.png) no-repeat;
  position: absolute;
	width: 386px;
	height: 530px;
	margin: 60px 0 0 0;
  padding: 20px;
  text-align: justify;	
}

#boxbigblack {
  color: #fff;
  font-size: 11px;
  background: url(images/boxbigblack.png) no-repeat;
  position: absolute;
	width: 386px;
	height: 530px;
	margin: 60px 0 0 450px;
  padding: 20px;
  text-align: justify;	
}

#language {
  padding: 0 0 0 220px;
}

/* Footer */

#footer {
  text-align: center;
  width: 330px;
  font-size: 0.8em;
	margin: 0 auto;
}

#footer p, a {
  text-align: center;
	padding: 0px;
	margin: 0px;
	color: #848484;
}

#footer a {
  text-decoration: underline;
}