@charset "utf-8";
@import url("socialiser.css");

/* CSS Document */


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

html, body {
	height: 100%;
}

body {
	font-family: Tahoma;
	font-size: 11px;
}

p {
	margin-bottom: 20px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#content {
	margin-bottom: 0px;
}

#footer {
	margin: auto;
	position: absolute; 
	bottom: 0; /* stick to bottom */
	clear: both;
}