﻿html { height: 100%; }

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 100%;
	height: 100%;
	background: #fdc58a url('images/bg.jpg') bottom left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
}

#container {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url('images/my-avatar.jpg') bottom left fixed no-repeat;
}

.item {
	width: 60.5em;
	margin: 0 auto;
	text-align: left;
}

.content {
	float: right;
	width: 28.75em;
}

