@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(/2009/Assets/Images/2009-background-splash.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	color:#fff;
}
#content {
	width:460px;
	margin-left: 40px;
	line-height: 140%;
	height: 550px;
	overflow: auto;
	padding-right: 20px;
	margin-top: 160px;
}
h1, h2, h3, h4 {
	font-weight:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sponsors p {
	text-align:center;
}
#sponsors img {
	margin-bottom:30px;
}
#sponsors {
	background-color: #000;
	position: absolute;
	left: 1050px;
	top: 0px;
	width: 220px;
}
#content p, li {
	font-size:14px;
}
#content p a{
	color:#96E553;
}

img {
	border:none;
}
h3 a, h4 a {
	text-decoration:none;
	color:#fff;
}
h3 a#sponsorsLink:hover {
	color:#FBBA44;
}
h3 a#participate:hover {
	color:#BE5221;
}
h3 a#authors:hover {
	color:#FDF857;
}
body#Sponsors a#sponsorsLink {
	color:#FBBA44;
}
body#Participate a#participate {
	color:#BE5221;
}
body#Authors a#authors {
	color:#FDF857;
}
#content ul{
	line-height:150%;
}
#logoBlock {
	background-color:#fff;
	opacity:.7;
	filter:alpha(opacity=70);
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
	width:100%;
}
#footer p {
	width:800px;
	color:#CCC;
	font-size: 12px;
	margin-left: 40px;
}
#footer a {
	color:#CCC;
}
#sticker {
	position:absolute;
	left: 392px;
	top: 24px;
}

