body
{
	text-align:center;
	background-image:url('picture_big.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	
}

.hovermenu
{
	width: 100%; 
	font: bold 16px arial;
	padding-left: 0;
	padding-top: 2;
	height: 20px;
	background-color: #e1e1e1;
}
.hovermenu li
{
	list-style: none;
	display: inline;
}
.hovermenu li a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #e1e1e1; /* You Can Change this color */
	border: 2px solid #e1e1e1; /*You can change this color*/
}

.hovermenu li a:hover{
background-color: #e5e5e5; /*You Can Change This Color*/
border-style: outset;
}

html>body .hovermenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.mbox
{
	width: 85%; 
	float: right;
	position:relative; 
}

.mbox .content
{
	display:block;
	text-align: left;
	float:left;
	font: 14px arial;
	width: 78%; 
	border:1px dashed #333;
	padding: 2%;
	background-color:#eee;
}

.mbox .aff
{
	width: 15%;
	float:right;
	display:block;
	font: bold 14px arial;
	text-align: left;
}

.inf 
{
	width: 12%;
	float:left;
	display:block;
}

.mbox .content table
{
	font: 14px arial;
	margin-top:10px;
	margin-bottom:10px;
	border:1px #333;
	text-align: right;
	background-color:#fefefe;
}

.participants { font: bold 14px arial; }

.banner 
{
	display:block;
	margin:0px auto;
}

.mbox .aff a
{
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}

.mbox .aff a img
{
	margin:0px 0px 0px 0px;
}

