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

body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #242bb8;
text-align: center;
}
#header {
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 124px;
background-image: url(../images/splash_bg.jpg);
background-position: top left;
background-repeat: repeat-y;
}
#content {
position: absolute;
width: 100%;
top: 140px;
margin-left: auto;
margin-right: auto;
}
#content ul {
font-size: 14px;
text-align: left;
width: 400px;
}
#content img {
padding: 20px;
}