body {
   background-color: #eee;
   padding: 0;
   margin:  0;
}
#page {
   width: 1366px;
   margin: 8px auto;
}
#header {
   position: relative;
   width: 100%;
   padding: 0;
   margin: 0;
}
#logo a img {
   width: 242px;
   height: 54px;
   padding: 0;
   margin: 0 0 8px 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   background-color: rgba(173,0,23,1);
   box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.nav_button a {
   color: white;
   text-decoration: none;
   font-family: helvetica;
   font-weight: bold;
   padding: 6px;
   margin: 0;
   background-color: rgba(0,23,173,1);
   box-shadow: 0 1px 4px rgba(0,0,0,0.4);
   border-radius: 6px;
   float: right;
}
.nav_button a:hover {
   background-color: rgba(173,0,23,1);
}
.row {
   position: relative;
   width: 1366px;
   margin: 0 auto 8px auto;
}
.wallpaper {
   max-height: 854px;
}
.wallpaper img {
   position: relative;
   width: 100%;
   max-width: 1366px;
   padding: 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.label {
   position: absolute;
   left: 0;
   bottom: 24px;
   width: 320px;
   background-color: rgba(0,0,0,0.6);
   color: rgba(255,255,255,1.0);
   font-family: georgia;
   font-size: 12px;
   padding: 2px 8px 8px 8px;
   -webkit-border-radius: 0 5px 5px 0;
   -moz-border-radius: 0 5px 5px 0;
   -o-border-radius: 0 5px 5px 0;
   border-radius: 0 5px 5px 0;
}
.label h1 {
   margin: 4px 0;
   font-family: Verdana;
   font-weight: normal;
   font-size: 24px;
}
a.label h1:hover {
   text-decoration: underline;
}
a.label {
   color: white;
   text-decoration: none;
}
.label p {
   margin: 8px 0 0 0;
}
.carousel {
   float: left;
   height: 280px;
   margin-bottom: 12px;
}
.carousel {
   float: left;
   height: 280px;
   width: 336px;
   margin: 0 8px 16px 0;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.carousel a {
   display: block;
   float: left;
}
.carousel a img {
   width: 100%;
   max-width: 336px;
   background-color: white;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}
.rectangle {
   float: right;
   width: 336px;
   height: 280px;
   background-color: white;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}