/* CSS Document */
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/background.jpg);
background-repeat: no-repeat;
background-position: center;
height: 100%;
width: 1280px;
text-align: left;

}

#content {

float: left;
width: 820px;
height: 530px;
text-align: center;
}

#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;

}

#wraper {

}

#menu{

margin-left: 30px;
width: 350px;
float: left;
}

#logo {
background-image:url(images/logo.png);
background-repeat: no-repeat;
height: 260px;

}

#header{
margin-left: 21%;
background-image:url(images/header.png);
background-repeat: no-repeat;
background-position: center;
height: 250px;

}


