@charset "UTF-8";

/* Interface */

html {
margin:0;
padding:0;
}
body {
background-color:#585759;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
img {
border:none;
color:#585759;
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
}
p {
color:#fff;
font-size:12px;
line-height:23px;
margin:0 0 10px 0;
}
a {
color:#fff;
outline-width:0;
text-decoration:none;
}
a:hover {
color:#fff200;
text-decoration:none;
}
#flash {
height:660px;
width:100%;
z-index:0;
}
.main_content {
width:1024px;
}

/* Header */

#header {
height:430px;
width:100%;
}
#header_left {
background-color:#324661;
background-repeat:no-repeat;
}
#header_center {
background-color:#585759;
width:1024px;
}
#header_right {
background-color:#95d4dd;
background-repeat:no-repeat;
}

/* Menu */

#menu {
height:35px;
width:100%;
}
#menu_left {
background-position:right;
background-repeat:no-repeat;
}
#menu_center {
width:1024px;
}
#menu_right {
background-position:left;
background-repeat:no-repeat;
}

/* Intro */

#intro {
height:195px;
text-align:left;
width:100%;
}
#intro_content {
height:195px;
}

/* footer */

#footer {
position:absolute;
top:680px;
text-align:left;
width:100%;
}
#footer p {
font-size:10px;
}
