body {
 margin             : 0px;
 font-family        : arial, helvetica, sans-serif;
 font-size          : 12px;
 color              : #666666;
 background-color   : #1f2224;
 background-image   : url(images/bg.jpg);
 background-position: top;
 background-repeat  : repeat-x
}

.page {
 margin    : 0px auto;
 width     : 100%px;
 height    : 100%; 
}

.title {
 height             : 70px;
 background-image   : url(images/jyl_banner.jpg);
 background-position: top center;
 background-repeat  : no-repeat;
 }

.content a {
 font-weight    : bold;
 text-decoration: none;
 color          : #666666;
}

.content a:hover {color: #008ed3;}
.content a:focus {color: #008ed3;}
.content a:active {color: #008ed3;}

.page .content {
 padding-top: 70px;
}

h1 {
 font-family   : "times new roman", arial, helvetica, sans-serif;
 font-size     : 20pt;
 color         : #008ed3;
 font-weight   : bold;
 margin-bottom : 20px;
 text-align    : center;
}