html,html body, #c100 {height:100%;}
body	{
	background-image: url(../bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
	font-family: Arial;
	font-size: 11pt;
	background-color: #990000;
	color: #FFFFFF;
}
a	{
	text-decoration:none;
	color: #FFFFFF;
}
a:hover	{
	text-decoration: underline overline;
}
img	{
	border: 0px;
}

.contact	{
	color: #900;
	font-family: Arial;
	font-size: 11pt;
	height: 122px;
	text-align: center;
	vertical-align: middle;
}
#content	{
	text-decoration: none;
	color: #FFF;
}
.project	{
	width: 250px;
	position: relative;
	display: block;
	float: right;
	border-top: 0px;
	border-left: 8px;
	border-bottom: 2px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffffff;
	margin: 30px;
	padding: 10px;
}
.project_name	{
	font-size: 1.5em;
}

#title	{
	font-size: 2em;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

#bigtitle	{
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

#logo	{
	height: 122px;
	text-align: left;
	vertical-align: top;
}