/* > HTML styles
-------------------------------------------------------------- */

body {
	background: #efefef;
	font-family: Arial, sans-serif;
}

/* > Container
-------------------------------------------------------------- */

div#container {
	margin-top: 50px;
	position: relative;
	width: 400px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff url( ../images/background.jpg ) no-repeat;
	overflow: hidden;
}

/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 400px;
	text-align: left;
	padding: 10px;
	margin: 10px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

/* > Links
-------------------------------------------------------------- */

a {
	color: #0080ff;
	colour: 
}


/* > Footer
-------------------------------------------------------------- */

#footer {
	padding: 2px;
	text-align: center;
	color: #bbb;
	text-shadow: #fafafa 1px 1px 0;
}

#footer a {
	color: #bbb;
}