 /* ------------------------------------------------------------------- */
/* 		start                   */
/* ------------------------------------------------------------------- */

body {
background:#000000;
margin:0 auto;
}

#content {
background:url(../images/background2.jpg) center no-repeat fixed;
margin:0 auto;
}


a {
color: #fff;
text-decoration: none;
outline: none;
}

a:hover {
color: #fff;
text-decoration: underline;
}

h1 {
font-size: 15pt;
}

h2 {
font-size: 13pt;
}

h3 {
font-size: 12pt;
}

h4 {
font-size: 10pt;
}

/* Demo 1 */
#smartdemo1 {
width:100%;
height: 850px;
overflow: hidden;
margin: 0 auto;
}
#smartdemo1 li{
width: 2000px;
height: 800px;
            }




/* ------------------------------------------------------------------- */
/* 		container                   */
/* ------------------------------------------------------------------- */
#container {
width:100%;
margin:0 auto;
text-align:center;
position:absolute;
top:100px;
}

#container_inner {
width:900px;
height:500px;
margin-top:30px;
margin:0 auto;
text-align:center;
}

/* ------------------------------------------------------------------- */
/* 		footer                   */
/* ------------------------------------------------------------------- */

#footer {
background:url(../images/foot.jpg) repeat-x ;
}
