div#slides {
	height: 330px;
	width: 440px;
	overflow: hidden;
	text-align:center;
}

div#slides div {
	height: 330px;
	width: 440px;
	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;*/
}

/* @end */
