* {
margin: 0px;
padding: 0px;
}

/* ============ Content ============
====================================*/

body {
font-family: arial, helvetica, sans-serif;
}

#content {
width: 680px;
margin: 0 auto;
text-align: center;
letter-spacing: -1px;
}

.first_title {
font-size: 49px;
color: #0b5ba1;
}

.second_title {
font-size: 49px;
color: #e86924;
letter-spacing: -1px;
}

.button {
width: 441px;
height: 79px;
background: url(images/button.png) no-repeat;
margin: auto;
}

ul.page_list {
    width: 680px;
text-align: center;

}

ul.page_list li {
padding: 7px 0px 7px 30px;
list-style: none;
text-align: left;
background: url(images/ibullet.jpg) 0% 50% no-repeat;
color: #1b387f;
font-weight: normal;
list-style:none;
font-size: 29px;
margin: 0px 0px 0px 189px;
}

ul.page_list li span {
font-weight: bold;
color: #153174;
}

.button a {
color: #fcff00;
font-size: 28px;
line-height: 80px;
letter-spacing: -2px;
font-style: italic;
font-weight: bold;
text-decoration: none;
padding: 0px 40px 0px 0px;
display: block;
}

p.yellow_bg {
background: #fcff00;
font-size: 18px;
padding: 5px;
margin: 10px 0px 0px 0px;
}

p.bottom_line {
border-top: 1px solid #b7b6b6;
text-align: left;
font-size: 16px;
padding: 3px 0px 0px 0px;
margin: 20px 0px 0px 0px;
}

/* ============ Other ==============
====================================*/

.clear {
clear: both;
}
