@charset "utf-8";
/* CSS Document */

html {
  font-size: 100%;
}

body {
	margin: 0; padding: 0; position: absolute; width: 100%; height: 100%; background-color: #eaeaea;
	font-family: TenbyFiveRegular, sans-serif; font-size: 12px; line-height:16px; color: #666; text-align:justify;
	overflow:hidden;
}

img {
	border:0;
	display:block;
}

#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden;}
#bg div{
	position:absolute;
	width:100%;
	height:100%;
	
	
}
#bg td{vertical-align:middle;text-align:left}
#bg img{min-height:50%;min-width:50%;margin:0 auto;}


#blochaut {
    background:none repeat scroll 0 0 #EAEAEA;
    margin: 0;
	height:120px;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#contact {
    background: none repeat scroll 0 0 #EAEAEA;
    bottom: 0;
    height: 20px;
    left: 0;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#image {
    margin: 130px auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.text {
	padding-left:50px;
}

.text2 {
	padding-left:0;
	color:#333;
}


a {
	color:#F30;
	text-decoration:none;
}

a:hover {
	color:#F30;
	text-decoration:underline;
}
