/* CSS Document by Gary Carr */

html{
	min-height:100%;height:auto;
}

body {
	min-height:100%;height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
	color:#ababab;
	background: url(../../images/layout/bg_main.jpg) center no-repeat #000;
}


table, td, img, div {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

p {
	margin-top:1em;
}

form {
	margin:0px;
	padding:0px;
}

hr {
	height:1px; background:#000000; border:none;
}


.footer {
	font-size:0.9em;
	color:#535353;
	
	}


/** global links **/
a{ color:#ababab; text-decoration:underline;}
a:hover{ color:#ffffff; text-decoration:none;}
