/* CSS Document */

/*set so no pre-set border is around the edges*/
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

html{
overflow: auto;
}

/*set random background image to load from php*/
body
{
  margin: 0 auto;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


img {
border: 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MAIN----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
background: #000000 url(../rotator.php) no-repeat top center;
margin: 0;
padding: 0;
/*width: 100%;*/
/*text-align: center;
display: inline-table; /* for macIE */
}

#wrapper{
margin: 0;
padding: 0;
width: 100%;
text-align: center;
display: inline-table; /* for macIE */
}
/* hides from macIE \*/
* html #wrapper_main { height: 1%; }
#wrapper_main { display: block; }
/* end hide from macIE */

#wrapper_main:after {
display: block;
clear: both;
height: 0;
content: ".";
visibility: hidden;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTENT----------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#inside_wrapper {
min-width: 1020px;
max-width: 1024px;
/*height: 700px;*/
margin: 0px auto;
padding: 0;
text-align: left;
}


#flashcontent
{
/*position: absolute;*/
margin-left: 190px;
margin-top: 25px;
padding: 0px;
z-index: 1000;
}


#flashcontent li
{
display: inline;
padding-right: 60px;
z-index: 1000;
}

#flashcontent a img{
border: 0;
padding: 0;
margin: 0;
}

#black_border{
/*position: absolute;*/
margin-top: -25px;
height: 25px;
background-color: #000000;
width: 100%;
}

#logo{
/*position: relative;*/
margin-left: 10px;
margin-top: -175px;
}



#content_box{
/*position: absolute;*/
background: url(../images/all/cotent_bg.png) top left repeat;
_background: #000000;
margin-top: 20px;
margin-left: 140px;
width: 865px;
height: 485px;
/*border: #FFFFFF solid 1px;*/
}