html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    font-family: Arial, Verdana;
}

p, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

#container {
    min-height: 100%;
    margin-bottom: -30px;
    background-color: #e4e4e4;
    text-align: left;
}

#container, #footer {
    text-align: left;
    width: 900px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}

* html #container {
    height: 100%;
}

#empty {
    height: 80px;
    clear: both;
    width: 900px;
}

#footer {
    height: 50px;
    width: 900px;
    background-color: #676767;
    position: relative;
}

.contactus {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

a.white_link:link {
    color: #fff;
    text-decoration: underline;
}

a.white_link:visited {
    color: #fff;
    text-decoration: underline;
}

a.white_link:hover {
    color: #fff;
    text-decoration: none;
}

#copyright {
    text-align: right;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

.buzz {
    width: 879px;
    margin: 0 10px;
    background-color: #fff;
}

* html .buzz {
    background: none;
}

.buzz .buzztop {
    background: url( "../android_img/buzz_top.png" ) no-repeat bottom;
    width: 879px;
    height: 6px; /* line-height: 0;*/
}

.buzz .buzzbottom {
    clear: both;
    background: url( "../android_img/buzz_bottom.png" ) no-repeat top;
    width: 879px;
    height: 6px;
}

.buzz .buzzcenter {
    width: 879px;
    background-color: #fff;
}

.buzz h1 {
    color: #f36d00;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    margin: 19px 0 8px 22px;
}

.buzz p.murano {
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    color: #f36d00;
    margin: 16px 22px 10px 20px;
}

.buzz .img {
    float: right;
    border: 2px solid #d0dbe0;
    margin: 10px 20px 0 15px;
    width: 237px;
    height: 255px;
}

.buzz .small_buzz {
    margin: 10px 20px 0 20px;
    border-top: 1px solid #d0dbe0;
    width: 580px;
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
}

* html .small_buzz {
    margin: 10px 10px 0 10px;
}

.buzz .small_buzz p.text {
    margin-top: 18px;
}

.buzz .small_buzz .author {
    color: #727272;
}

.buzz .small_buzz .author img {
    margin-left: 15px;
    margin-top: 3px;
}

.description p {
    font-size: 12px;
    line-height: 16px;
    width: 879px;
    margin: 25px 10px 0 10px;
}

.description .contact {
    font-size: 18px;
}

#header {
    border-bottom: 3px solid #fff;
    margin-bottom: 10px;
    height: 109px;
    width: 900px;
    position: relative;
    background: #1d1d1d url( "/android_img/header_bg.png" ) repeat-x;
}

#header span {
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 27px;
    position: absolute;
    top: 47px;
}

#header #contacttop {
    position: absolute;
    top: 28px;
    right: 12px;
    background: url( "/android_img/email_bg.png" ) no-repeat;
    width: 209px;
    height: 64px;
    color: #c7c7c7;
    font-size: 18px;
}

#header #contacttop #call {
    position: absolute;
    top: 15px;
    right: 12px;
}

#header #contacttop #contactemail {
    position: absolute;
    top: 36px;
    right: 38px;
    color: #c7c7c7;
    font-size: 14px;
}

.tblbuzz {
    margin: 0 20px;
    border-collapse: collapse;
}

.tblbuzz img {
    padding-right: 10px;
    padding-bottom:17px;
}

.tblbuzz p {
    font-size: 12px;
    padding-top: 15px;
}

.tblbuzz p.author {
    padding: 10px 0;

}

.tblbuzz tr {
    border-bottom: 1px solid #d0dbe0;
}

