div#slides {
	width: 900px;
	height: 422px;
	overflow: hidden;
	border: none;
	position: absolute;
      top: 88px;
      left: 50%;
	margin-left: -448px;
}

div#bg {
	width: 1247px;
	height: 936px;
	overflow: hidden;
	border: none;
	position: absolute;
      top: 0px;
      left: 50%;
	margin-left: -624px;
	background: url(images/webpage.jpg) 0 0 no-repeat;
}


ul#ticker {
	height: 1.4em;
	overflow: hidden;
	border: solid 1px #aaa;
	background: #ccc;
}

ul#ticker li {
	padding: 0.2em 0;
}

/* @group global */

body {
	background-color: #1d1d1e;
}

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 */