@charset "utf-8";
/* CSS Document */

img, div, input {
	behavior: url("iepngfix.htc");
}

html, body {
	height: 100%; /*makes the whole page extend based on the browser's height*/
}

body{
	background:url(images/mainbg.jpg) repeat-x #000;
	font:normal 12px "Times New Roman", Times, serif;
	color:#c4c4c4;
}

h1{ 
	font:normal 18px "Times New Roman", Times, serif;
	margin-bottom:10px;
}
h2{ 
	font:bold 14px "Times New Roman", Times, serif;
	color:#ff1616;
}


p{
	margin:0 0 18px 0;
}

a{
	text-decoration:none;
	color:#FFF;
}
a:hover{
	text-decoration:none;
	color:#fff600;
}

.clearMe{
clear:both;
}