/* Start CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym  {
	border:0;
}
a,a:hover
{
	color:#f0ab00;
	text-decoration:none;
}
/* End CSS Reset */

html, body
{
	background:#ebebeb;
	color:#000;
	font-family: Helvetica, Verdana, Sans-Serif;
	min-width:100%;
	width:100%;
	height:100%;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#container
{
	width:100%;
	min-width:100%;
	min-height:100%;
	color:#fefefe;
	background:#000;
}

#main
{
	width:100%;
	overflow:auto;
	color:#fefefe;
	background:#000;
	padding-bottom:150px;
}

#footer
{
	position:relative;
	font-size:12px;
	margin-top:-150px; /* negative value of footer height */
	padding:25px 50px;
	height:100px;
	background:#fff;
	color:#000;
	clear:both;
}
	#footer #title
	{
		font-size:14px;
		font-weight:bold;
		padding:5px 15px;
		color:#000;
		background:inherit;
	}

	#footer li
	{
		display:block;
		width:150px;
	}

		#footer li a
		{
			display:block;
			padding:5px 15px;
			color:#d53c2e;
			background:#fff;
			text-decoration:none;
			width:100%;
		}

		html>body #footer li a
		{
			width: auto;
		}

		#footer li a:hover
		{
			color:#fff;
			background:#d53c2e;
			text-decoration:none;
		}


