/* main styles */

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

A {
 outline: none;
}

#container {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	min-height: 100%; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	margin: 0 auto;
}

#header {
	position: relative;
}

#content {
	padding-bottom: 80px; /* bottom padding for footer */
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}