html, body {
padding: 0;
margin: 0;
}
body {
background: #000 url('gfx/ft.jpg') no-repeat bottom center;
font: 15px/170% arial, tahoma, verdana geneva, sans-serif;
color: #fff;
text-align: center;
}
a {
color: #e400ff;
text-decoration: none;
outline: none;
}
a:hover {
color: #e400ff;
text-decoration: underline;
}
img {
border: 0;
}
h1, h2, h3, h4, h5, h6, p, form {
position: relative;
margin: 0;
padding: 0;
display: block;
font-weight: normal;
}
.bd {
position: relative;
width: 1000px;
margin: auto;
text-align: left;
}
.hd {
position: relative;
height: 200px;
background: url('gfx/tp.jpg') no-repeat;
}
.hd h1 {
font: bold 80px/80px 'century gothic', arial, sans-serif;
color: #fff;
text-shadow: 0 0 16px #fff, 0 0 16px #fff;
padding: 65px 0 0 95px;
}
.hd h2 {
font: normal 19px/19px 'century gothic', arial, sans-serif;
color: #fff;
text-shadow: 0 0 8px #fff, 0 0 8px #fff;
padding: 10px 0 0 95px;
}
.hd h1 a, .hd h2 a {
color: #fff;
text-decoration: none;
}
.mn {
position: relative;
height: 65px;
background: url('gfx/mn.jpg') no-repeat;
}
.mn ul, .mn ul li {
margin: 0;
padding: 0;
list-style-type: none;
}
.mn ul {
padding: 13px 64px 0 64px;
}
.mn ul li {
float: left;
height: 51px;
background: url('gfx/sep.png') no-repeat top right;
}
.mn ul li:last-child {
background: none;
}
.mn ul li a {
font: normal 19px/51px 'century gothic', arial, sans-serif;
display: block;
height: 51px;
padding: 0 22px;
color: #555;
text-shadow: 1px 1px 0 #e0e0e0;
text-transform: uppercase;
text-decoration: none;
}
.mn ul li a:hover, .mn ul li a.active {
color: #000;
background: url('gfx/active.png') repeat-x;
}
.mn ul li a.home {
width: 51px;
padding: 0 15px 0 0;
background: url('gfx/home.png') no-repeat;
}
.mn ul li a.home:hover, .mn ul li a.homeactive {
background: url('gfx/homea.png') no-repeat;
}
.cn {
position: relative;
padding: 50px 92px 0 92px;
background: url('gfx/cn.jpg') no-repeat;
min-height: 570px;
height: auto !important;
height: 570px;
}
.cn h3 {
font: normal 25px/25px 'century gothic', arial, sans-serif;
color: #fff;
text-shadow: 0 0 8px #000, 0 0 8px #000;
padding: 0 0 35px 0;
text-shadow: 0 0 8px #fff, 0 0 8px #fff;
}
.cn p {
text-align: justify;
padding-bottom: 24px;
text-shadow: 1px 1px 0 #000;
}
img.ill {
float: left;
margin: 0 35px 35px 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
img.ilr {
float: right;
margin: 0 0 35px 35px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}
.ft {
position: relative;
height: 194px;
}
.ft span {
display: block;
padding: 146px 50px 0 0;
text-align: right;
font-family: 'century-gothic', arial, sans-serif;
font-size: 12px;
line-height: 40px;
color: #fff;
text-transform: uppercase;
text-shadow: 0 0 3px #fff;
}
.ft span a {
font-weight: bold;
font-size: 40px;
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
.ft p {
position: absolute;
left: 90px;
top: 150px;
font: normal 10px/12px arial, sans-serif;
color: #fff;
text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 5px #000;
}
.ft p a {
color: #fff;
}