* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url('../images/background_loop.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	color: #455560;
	min-height: 100%;
	position: relative;
	text-align: center;
	padding: 1px 0;
}

body * {
	text-align: left;
}

p {
	margin-bottom: .7em;
}

.clear {
	clear: both;
}

#content {
	/* position: relative; */
	/* top: 40px; */
	margin: 40px auto 0 auto;
	width: 560px;
}

#content h1 {
	margin-bottom: 0.5em;
}

#contact {
	position: absolute;
	bottom: 120px;
	left: 40px;
}

#zontact {	
	background: url('../images/logos.jpg');
	background-repeat:no-repeat
	background-position: left bottom;
	background-attachment: scroll;
	min-height: 100%;
}

td {
	vertical-align: top;
}

.smalltext {
	font-size: 10px;
}

.errors {
	margin: 20px;
	color: red;
}

.errors li {
	padding-bottom: 0.5em;
}

input, textarea {
	background: #e6f3fc;
	border: 1px solid #838e96;
	padding: 4px;
}

.submit {
	padding: 0;
	border: 0;
}