div#slides {
	width: 800px;
	height: 500px;
	overflow: hidden;
	border: solid 1px #ffffff;
}

div#slides div {
	height: 500px;
	width: 800px;
	font-size: 100px;
	line-height: 200px;
	text-align: center;
	color: #fff;
}

/* @group global */

body {
	font-family: Helvetica, arial;
	background: #fff;
}

p#links {
	padding-top: 50px;
	clear: both;
}

a#avatar {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a#avatar img {
	border: none;
}

h1 {
	color: #0094d5;
}

h2 {
	color: #43aa38;
}

a {
	color: #0094d5;
}

a:visited, a:hover {
	color: #00577e;
}

.red {
	background: #e40053;
}

.blue {
	background: #0094d5;
}

.green {
	background: #43aa38;
}

/* @end */
