@charset "UTF-8";
/* CSS Document */


/* Top Tab Submenu */

body {
background-color:#000;
font-size: 62.5%;
font-family: "Lucida Sans", sans-serif;
}

#main-col {
position: center;
width: 930px;
margin: 0 auto;
}

#header {
height: 67px;
width: 930px;
background-color: black;
}

#main{
height: 570px;
width: 930px;
background-color: red;
}

#footer-left{
display: inline;
float: left;
height: 130px;
width: 450px;
padding: 0px 20px 0px 125px;
font-family: "Arial", sans-serif;
color: #fff;
background: url(images/ica-footer.jpg) no-repeat;
}

.foot-text{
display: inline;
list-style: none;
}

#footer-right{
display: inline;
height: 130px;
width: 225px;
}

.foot-images{
display: inline;
list-style: none;
}
