/*******************************************/
/* BODY & LAYOUT
*/
body {
	background:#fbe9b1;
	color:#222;
	font-family:georgia;
	font-size:16px;
}
#container {
	overflow:hidden;
	width:600px;
	margin-bottom:50px;
}

/*******************************************/
/* LINKS
*/
a {text-decoration:none;color:#ff0020;border-bottom:1px dotted #ff0020;}
a:hover {color:#ff0020;border:0px;}
