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

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

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

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

#header {
height: 155px;
background: url(images/header_bg.png) repeat-x;
}

.first_title {
font-size: 43px;
color: #0b5ba1;
font-weight: bold;
line-height: 65px;
letter-spacing: -1px;
}

.second_title {
font-size: 71px;
color: #c9ca04;
letter-spacing: 1px;
}

.headline {
padding: 20px 0px 0px 0px;
background: url(images/butterfly.png) 7% 90% no-repeat;
}

.headline h3 {
font-size: 44px;
color: #000;
font-weight: normal;
letter-spacing: 1px;
}

.headline h3 span {
font-weight: bold;
color: #fe0000;
}

ul#button_list { 
width: 500px;
margin: 0 auto;
}

ul#button_list li {
list-style: none;
padding: 10px 0px 25px 0px;
height: 100px;
width: 220px;
}

ul#button_list li img {
float: left;
}

ul#button_list li a {
background: url(images/button_bg.png) no-repeat;
margin: 40px 0px 0px 10px;
font-size: 30px;
color: #fafc00;
line-height: 37px;
text-decoration: none;
height: 37px;
width: 105px;
float: right;
}

ul#button_list a:hover {
color: #fff;
}


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

.button a {
text-align: center;
line-height: 58px;
font-weight: bold;
color: #fff;
font-size: 27px;
text-decoration: none;
letter-spacing: -1px;
}

.button a:hover {
    color: #fafc00;
}

p.bottom_line {
text-align: left;
font-size: 16px;
padding: 1px;
margin: 30px 0px 10px 0px;
background: #fafc00;
border: 2px solid #8a0707;
}



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

.clear {
clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}
