body {
	font-size: 60%;
	font-family: Helvetica, Arial, sans-serif;
	background: #D5FF4C url(images/back_fade.png) repeat-x;
		color: #ABA39D;

}

#container {
	background-color: #fff;
	max-width: 600px;
	margin:  0 auto;
	padding: 40px 50px 50px;
	position: relative;
}

#content {
	min-height: 400px;
	margin-bottom: 50px;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	display: inline;
	margin-right: 0.5em;
}

#offers li {
	font-size: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;

}

#offers {
	text-align: justify;
	line-height: 2em;
	margin: 50px 0;
}

#last, #header, #footer {
	width: 400px;
	margin-left: auto;
}

#last {
	line-height: 1.5em;
	text-align: left;
	margin: 0 0 0 auto;
}

#last h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

#last li {
	display: block;
}

h1 {
	margin: 0;
}

a {
		color: #cce5ff;
	text-decoration: none;
	
}

a:hover {
	color: #007bff;
	border-bottom: 1px solid #007bff;
}


