body,html {
	height:100%;
}
body {
	margin:0px;
	border:0px;
	background-color:#303030;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7f7f7f;
	
}
#main-table {
	height:100%;
	width:100%;
	background-image:url(../images/bg_main.gif);
	background-position:bottom left;
	background-repeat:repeat-x;	
}
#main-container {
	height:100%;
	width:100%;
	background-image:url(../images/bg_motive.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}

h1,h2,p {
	margin:0px;
}
a {
	color:#00ccff;
}
#main-container tr.copyright td{
	height:115px;
	padding:45px 42px;
}
#content {
	width:380px;
	margin:50px 0px 0px 50px;
}

h1 {
	margin-top:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:15px;
}
h2 {
	color:#66ffcc;
	margin-bottom:17px;
	font-size:11px;

}

.description {	

	margin-bottom:15px;
	line-height:15px;
}

ul {
	 padding-left:15px;
	 margin:0px 0px 20px 0px;;

}
ul li {
	margin-bottom:5px;
}

.hr {
	background-image:url(../images/bg_dotted_line.gif);
	background-repeat: repeat-x;
	margin-bottom:15px;
	heigth:1px;
	
}
.contact {
	
	margin-bottom:15px;
}
.adress {
	float:left;
	padding-right:50px;
}
.cleaner {
	clear:both;
	font-size:1px;
	line-height:1px;
}
#logo {
	margin-top:260px;
	width: 65px;
}
