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

#wrapper {
width: 800px;
margin-left: -400px;
left: 50%;
top: 15px;
position: absolute;
}

#wrapper_web {
width: 900px;
margin-left: -450px;
left: 50%;
top: 15px;
position: absolute;
}

#banner {
width: 800px;
height: 85px;
top: 0px;
left: 0px;
text-align: center;
position: absolute;
}

#banner_web {
width: 900px;
height: 85px;
top: 0px;
left: 0px;
text-align: center;
position: absolute;
}

#image {
width: 800px;
height: 400px;
top: 200px;
position: absolute;
}

#index {
width: 800px;
height: 400px;
top: 105px;
position: absolute;
}

#boxes {
width: 800px;
height: 79px;
top: 105px;
position: absolute;
}

#boxes_web {
width: 900px;
height: 79px;
top: 105px;
position: absolute;
}

body {
background-color: #333366;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 14px;
}

a:link, a:visited {
text-decoration: none;
color: #FFFFFF;
}