/* CSS Document */

html, body {
	height:100%;
	background-image:url(../_img/bg1.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	font-size:10px;
	color:#332d2d;
	font-family: Arial, "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
}

img {
	border:0;
}

td {
	height:30px;
	font-size:1em;
}

#main {
	position:absolute;
	z-index:4;
	left:0px;
	top:0px;
	width:80em;
	height:auto;
	
}

#logo {
	position:absolute;
	z-index:1;
	right:20px;
	bottom:20px;
	width:165px;
	height:70px;
}

#logo .text {
  position:absolute;
	bottom:0px;
	right:0px;
	color:#332d2d;
}

#logo .text a {
	color:#332d2d;
	text-decoration:none;
}

#logo .text a:hover {
	color:#332d2d;
	text-decoration:underline;
}

#logo_webhosting {
	position:absolute;
	z-index:1;
	left:20px;
	top:8em;
	width:110px;
	height:110px;
}

#content {
	margin-top:8em;
	margin-left:14em;
	margin-right:2em;
	margin-bottom:2em;
}

#content h1 {
	font-size:4em;
}

#content h2 {
	font-size:1.8em;
}

#content p {
	font-size:1.4em;
	line-height:1.6em;
}

#content a {
	color:#332d2d;
}

#content a:hover {
	background-color:#FFFFFF;
	color:#332d2d;
	text-decoration:none;
}

#content input {
	width:300px;
	font-family:Arial, "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
	font-size:1em;
}

#content textarea {
	width:300px;
	height:60px;
	font-family:Arial, "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
	font-size:1em;
}
