body {
   background-color: #eee;
   padding: 0;
   margin:  0;
}
#page {
   width: 1024px;
   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: 1024px;
   margin: 0 auto 8px auto;
}
.wallpaper {
   max-height: 800px;
}
.wallpaper img {
   position: relative;
   width: 100%;
   max-width: 1280px;
   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: 18px;
   width: 320px;
   max-height: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
   background-color: rgba(0,0,0,0.6);
   color: rgba(255,255,255,1.0);
   font-family: 'Avant Garde', Helvetica, Verdana, Arial, serif;
   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: Georgia, Times, 'Times New Roman', sans-serif;
   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;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.9em;
}
.carousel {
   float: left;
   height: 280px;
   width: 336px;
   margin: 0 8px 12px 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);
}



.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​