html,body {
background-image: url('./images/bg.jpg');
}
* {
padding:0;
margin:0;
font-family:"tahoma";
font-size:14px;
color:#babec1;
}
a{
color:#f5c51b;
}
a:hover{
color:#babec1;
}
img {
border:0;
margin:7px;
}
#container{
width:741px;
margin:0 auto;
overflow:hidden;
}
#top{
padding-top:10px;
width:741px;
height:204px;
background-image: url('./images/top.jpg');
}
#content_top{
width:741px;
height:55px;
background-image: url('./images/content_top.gif');
}
#content{
width:741px;
height:auto;
background-image: url('./images/content.gif');
overflow:hidden;
}
#left{
width:180px;
height:auto;
padding:10px;
display:inline;
float:left;
font-family:"tahoma";
font-size:16px;
color:#f5c51b;
font-weight: bold;
line-height:25px;
}
#left a:{
color:#f5c51b;
}
#left a:hover{
color:#babec1;
}
#right{
width:503px;
height:auto;
padding-left:28px;
padding-right:10px;
padding-top:10px;
display:inline;
float:left;
overflow:hidden;
}
#photo img {
border:0;
margin:0;
}
#content_footer{
width:741px;
height:67px;
background-image: url('./images/content_footer.gif');
}
#footer{
width:741px;
height:71px;
background-image: url('./images/footer.jpg');
}
