@font-face
{
	/*font-family: "Impact"; src: url(fonts/impact.ttf);*/*/
}


body {
	background: url(../images/bg_defraoui.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
}
#list {
	position: relative;
	float: left;
	top: 380px;
	left: 50px;
	color: #ffff04;
}
#list ul {
	list-style: none;
	float: left;
	font-size: 16px;
	width: 420px;
}
#list ul li {
	float: left;
}
.shortitem, .longitem, #back, #next {
	/*font-family: "Impact";*/
	font-size: 17px;
}
.shortitem {
	width: 70px;
	height: 70px;
}
.longitem {
	width: 300px;
	height: 70px;
}
.longitem a, .longitem a:visited {
	color: #ff9966;
}
.long {
	width: 100%;
	color: #02e4ff;
	font-size: 12px;
	margin-top: 30px;
}
#back, #next {
	position: relative;
	font-size: 20px;
}
#back {
	top: 60px;
	left: 100px;
}
#next {
	top: 35px;
	left: 450px;
	margin-left: 300px;
}
#back a, #back a:visited, #next a, #next a:visited {
	color: #ffff04;
}