body {
background-color: #EEEEEE;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
padding: 0px;
margin: 0px;
text-align: center;
}
h1 {
display: inline;
font-size: 13px;
font-weight: bold;
}
h2 {
display: inline;
font-size: 13px;
font-weight: bold;
color: #FF0000;
}
a {
color: #000000;
}
a:hover {
color: #1281C9;
text-shadow: 0px 0px 10px #96C8FF;
text-decoration: none;
-o-transition-duration: .5s;
-o-transition-property: all;
-webkit-transition-duration: .5s;
-webkit-transition-property: all;
-moz-transition: all .5s linear;
transition: all .5s ease-in-out;
}
img {
border: 0px;
}
#top {
background-image: url('../images/top.jpg');
background-repeat: no-repeat;
width: 100%;
height: 43px;
}
#header {
background-image: url('../images/header.jpg');
background-repeat: no-repeat;
width: 100%;
padding: 7px;
}
#main_frame {
background-image: url('../images/main_frame.jpg');
background-repeat: repeat-y;
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#footer_border{
background-image: url('../images/footer_border.jpg');
background-repeat: no-repeat;
width: 100%;
height: 25px;
}
#footer {
background-image: url('../images/footer.jpg');
background-repeat: no-repeat;
width: 100%;
height: 100px;
}