.body	{      
    background-image: url('images/bg.jpg');        
    background-repeat: no-repeat;        
    position: relative;
	 background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;  /* Internet Explorer 7/8 */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  
      
}   

.leftStripmenu {
	background-image:url(../images/fillleft.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:46px;
}
.leftStripstart {
	background-image:url(../images/menustart.png);
	background-repeat:no-repeat;
	width:45px;
	height:46px;
}
.logo	{
	width:236px;
	height:236px;
	z-index:999;
	position:absolute;
	padding-top:20px;
}
.footer		{
	background-image:url(../images/footerstrip.png);
	background-repeat:repeat-x;
	width: 950px;
	height:42px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#d1cebd;
	line-height:25px;
	text-align:justify;
}


.contact	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		line-height:25px;
}


.contactSend	{
	background-image:url(../images/button-submit.jpg);
	background-repeat:no-repeat;
	border-width:0px; 
	width:98px;
	height:26px;	
}
.contactreset	{
	background-image:url(../images/button-reset.jpg);
	background-repeat:no-repeat;
	border-width:0px; 
	width:98px;
	height:26px;	
}
.errMessage {
	text-align:center;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}
