@font-face
{
	font-family: "Neuropol"; src: url(fonts/neuropol.ttf);
}

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


body {
	background: url(../images/bg_sd.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
}
#main_ul {
	width: 960px;
	list-style: none;
	color: #3333ff;
}
#main_ul a, #main_ul a:visited {
	color: #3333ff;
}
.purple{
	color: #ff10f4;
}
.li_title {
	margin: 25px 350px 0;
	list-style: none;
	font-size: 50px;
	font-family: "Neuropol";
	align: center;
	width: 300px;
}
.li_pla, .li_fic, .li_mus, .li_div{
	font-family: "chicken";
	font-size: 44px;
}
.li_fic{
	margin: 60px 590px 0;
    text-align: right;
    width: 200px;
}
.li_pla{
	margin: 70px 530px 0;
    text-align: right;
    width: 300px;
}
.ul_pla{
	list-style: none;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
}
.li_mus{
	margin: 20px 600px 0;
    text-align: right;
    width: 200px;
}
.li_div{
	margin: 70px 520px 0;
    text-align: right;
    width: 200px;
}
#back, #next {
	position: absolute;
	top: 675px;
	font-size: 24px;
	font-family: "Neuropol";
}
#back {
	margin: 0px 70px 0;
}
#next {
	margin: 0px 760px 0;
}
#back a, #back a:visited, #next a, #next a:visited {
	color: #3333ff;
}