body {
font-size:100%;
font-family:Georgia, Times New Roman;
background-color: #fefefe;
}

section, article, header, footer {
display:block;
}

section {
margin:40px auto 20px;
width:1024px;
height:768px;
background-color: #ffffff;
background-image: url(../images/045.jpg);
-webkit-background-size: 100%;
-moz-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
background-position: top-left;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.75);
-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.75);
box-shadow:0px 0px 8px rgba(0,0,0,0.75);
}

article {
height:280px;
width:1024px;
position:relative;
left:-20px;
top:610px;
text-align: right;
color:#fefefe;
}

article ul {
text-decoration:none;
margin:0px;
list-style:none;
}

article ul li {
font-size:1.5em;
}

article h1 {
font-size:4em;
text-decoration:none;
font-weight:normal;
margin:0px;
}

article a {
text-decoration:none;
color:#fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

article a:active {

}

article a:hover {
color:#c11b29;
}

article a:visited {

}

article header a {
color:#c11b29;
}

article header {
padding-bottom:10px;
}

footer {
text-align: center;
color:#eee;
}

