html, body {
padding: 0;
margin: 0;
height: 100%;
background-image:url(images/bg.jpg);
background-repeat: repeat;
text-align: center;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif ;
font-weight: bold;
font-size:24px;
color:#ffffc7;
}
:focus
{
  -moz-outline-style: none;
}

li {
list-style:none;
height: 56px;

margin-top: 5px;
}

#container{
margin: 0 auto;
background-image: url(images/background2.jpg);
background-repeat: no-repeat;
background-position: center;
height: 100%;
width: 1280px;
text-align: left;

}
#content{}
#bottom-left{height: 100%;
background-image: url(images/bt_swirall.png);
background-repeat: no-repeat;
background-position: bottom left;
position: relative;

}
#top-right{ height: 100%;
position: relative;
background-image: url(images/top_swirall.png);
background-repeat: no-repeat;
background-position: top right;

}

#menu{
position: relative;
float:left;
margin-left: 30px;

}

#logo {
background-image:url(images/logo.png);
background-repeat: no-repeat;
height: 260px;
}

#header{
margin-left: 21%;
background-image:url(images/header2.png);
background-repeat: no-repeat;
background-position: center;
height: 250px;

}
/* CSS Document */

