body{text-align:center; font-family:courier new; font-size:12px; line-height:18px; color:#4e483a;}
html,body {min-height:101%}

#container {
position:relative;
width:554px;
margin:0 auto;
top:0px;
text-align:left;
}

#content {
position:absolute;
width:534px;
background-image:url(bg.gif);
top:200px;
padding-left:20px;
}

#footer {
position:relative;
top:50px;
background-color:#070606;
width:544px;
height:20px;
text-align:center;
color:#4c4a4a;
padding-top:10px;
font-size:11px;
text-transform:uppercase;
background-image:url(footer.jpg);
padding-bottom:10px;
}

a {color:#96ad01;}
a:hover {color:#273533; background-color:#ffffff;}

b{color:#ea138c; }
strong {color:#4e4e4e;}

.imgteaser {
margin: 0 auto;
width:422px;
overflow: hidden;
position: relative;
}

.imgteaser a {
text-decoration: none;
float: left;

}
.imgteaser a:hover {
cursor: pointer;
}

.imgteaser a img {
float: left;
margin: 0;
border: none;
padding: 10px;
background: #fff;
border: 1px solid #ddd;
}

.imgteaser a .more {
position: absolute;
right: 20px;
bottom: 20px;
font-size: 1.2em;
color: #fff;
background: #000;
padding: 5px 10px;
filter:alpha(opacity=65);
opacity:.65;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.imgteaser a:hover .desc{
font-family:arial;
display: block;
font-size: 10px;
line-height:auto;
padding: 10px 0;
background: #ffffff;
filter:alpha(opacity=85);
opacity:.85;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
color: #000000;
position: absolute;
bottom: 11px;
left: 11px;
padding: 10px;
margin: 0;	
width: 380px;
border-top: 1px solid #e6e6e6;
text-align:left;
}

.imgteaser a:hover .desc strong {
display: block;
margin-bottom: 5px;
font-size:1.5em;
}

.imgteaser a .desc { display: none; }
.imgteaser a:hover .more { visibility: hidden;}