html {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}

body {
	overflow: hidden;
	background: transparent url(../img/textur.jpg) top left repeat;
	height: 100%;
}

img {
	border: 0;
}

a, a:link {
	outline: none;
	text-decoration: none;
	color: #000000;
	line-height: 14px;
}

a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
	
#info {
	margin: 0px auto; 
	width: 565px;
	/*height: 100%; */
	top: 150px; 
	z-index: 10; 
	position: relative;
}

#logo {
	text-align: center; 
	height: 33px; 
	width: 565px;
	margin-bottom: 50px;
}

#footer{
	/*margin: 0px auto;*/
	height: 50px;
	width: 100%;
	bottom: 0px;
	background: #ffffff;
	position: absolute;
}

#footerContent {
	overflow: hidden;
	text-align: left;
	z-index: 3;
	width: 855px;
	margin: 0px auto;
	height: 50px;
}

#subline {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#infotxt {
	text-align: center;
	width: 580px;
	margin-bottom: 110px;
	line-height: 14px;
}

#address {
	line-height: 16px;
}

#text1 {
	float: left;
}

#text2 {
	float: right;
}

#left {
	float: left; 
	padding-top: 22px;
}

#right {
	float: right; 
	padding-top: 13px;
}

.imgSpc {
	margin-left: 20px;
}

