@import url('reset.css');
@import url('typography.css'); 
@import url('pro_dropdown_2.css'); 

body {
background-color: #f8f8f8;
margin: auto;
width: 100%;
}

div#text { padding: 0 5px 0 5px;}

div#header {
background: url('../img/header-image.jpg') no-repeat center;
background-color: #201e0f;
border-bottom: 2px ridge #ffffff;
height: 130px;
width: 100%;
}

div#logo-MUSICZON { 
background: url(../img/MUSICZON-trans.png) no-repeat;
height: 80px;
width: 100%;
}

div#logo {
margin: auto;
padding-top: 15px;
width: 98%;
}

div#content {
float:left;
width:100%;
}

div#content-top-shadow {
background: url('../img/content-top-shadow.png') repeat-x;
height: 20px;
width: 100%;
}

div#content-bottom-shadow {
background: url('../img/content-bottom-shadow.png') repeat-x;
clear: both;
height: 40px;
width: 100%;
}

div#contetn_left { 
float:left;
width:200px;
margin-left:-100%;
position:relative;
z-index:1;
}

div#content_right {
float:right;
width:200px;
margin-left:-200px;
}

div#content_centr {
margin:0 220px;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
}

#slovar { padding: 20px 0 20px 0;
text-align: left;
font-size: 14px;
font-family: "Myriad Pro",Helvetica,sans-serif;}

div#spisok { padding-bottom: 10px;}

div#spisok a:before {
content: '| ';
}

div#spisok a[title="License"]:after {
content: ' |';
}

div#footer-image {
background: url('../img/footer-image.jpg') no-repeat #201e0f center;
border-top: 2px groove #ffffff;
border-bottom:2px ridge #ffffff;
height:48px;
width:100%;
}

p#footer-text {
background: url('../img/content-top-shadow.png') repeat-x;
height: 37px;
padding-top: 13px;
text-align: center;
width: 100%;
}

div#footer-shetchick {
width: 275px;
margin: auto;
height: 30px;
}

<!--{DOWNLOAD}-->

p#get-tweets-wrapper {
margin: 5px 175px 0 0;
width:215px;
display: inline; /*--IE6 workaround--*/ 
}

p#get-tweets-wrapper a { 
background: url('../img/download2.gif') no-repeat;
border: none;
display: block;
height: 62px;
text-indent: -9000px;
width: 214px;
}

p#get-tweets-wrapper a:hover {
background-position: 0px -63px;
}

p#get-tweets-wrapper a:active {
background-position: 0px -124px;
}



