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

a {
border:none;
}

body {
background:#cbc4b2;
margin:0px auto;
padding:0px;
text-align:center;
}
.wrapper {
background:url(images/home_background.gif) center no-repeat;
width:334px;
height:391px;
margin:0px auto;/*0px auto 0px auto;*/
padding:0px;
text-align:center
}

.wrapper_audio {
width:334px;/*415 - 352*/
height:15px;
margin:30px auto 0 auto;
padding:0px;
text-align:center
}

.audio {
/*width:30px;*/
float:right;
height:15px;
margin:0px;
padding:0px 0 0 50px;
}

.logo {
width:290px;
height:320px;
padding:0px 0 8px 0;
margin:0px auto;
text-align:center
}

ul {
list-style:none;
list-style-image:none;
list-style-position:outside;
width:260px;
margin:0px 30px;
padding:0px;
text-align:center
}
*html ul {
list-style:none;
list-style-image:none;
list-style-position:outside;
width:260px;
margin:0px 20px 0 0px;
padding:0px 0 0 30px;
text-align:center;
float:left;
}
*:first-child + html ul {
list-style:none;
list-style-image:none;
list-style-position:outside;
width:260px;
margin:0px 20px 0 0px;
padding:0px 0 0 30px;
text-align:center;
float:left;
}

li {
display:inline;
margin:0 10px;
}
