/* Friendly Fire 2 */

body {
background-color: #ccc;
background-image: url(img/bg_main.gif);
background-repeat: repeat;
text-align: center;
margin: 0 auto;
}

::-moz-selection{
	background: #ffec00;
	color: #000;
}

::selection {
	background: #ffec00;
	color: #000;
}

#wrapper{
        margin: 0 auto;
        width: 585px;
        background-color: transparent;
        top: 25px;
        position: relative;
}

#header {
				background: url(img/bg_header4.gif) no-repeat;
        background-color: #000;
        height: 208px;
        width: 585px;
        position: relative;
        text-align: left;
}

#menyContainer {
        background-color: transparent;
        height: 15px;
        width: 540px;
        position: relative;
        text-align: left;
        padding-top: 193px;
        padding-left: 39px;
}

#contentContainer  {
				padding-top: 20px;
				position: relative; 
				width: 585px;
				background-color: #000;
				text-align: left;
}

#contentContainerTrailers  {
				padding-top: 20px;
				position: relative; 
				width: 585px;
				background-color: #000;
				text-align: center;
}

#contentLeft  {
  float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
	width: 280px;
	background-color: transparent;
	display: inline;
	text-align: center;
}

#contentRight  {
	float: left;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-top: 20px;
	background-color: transparent;
	width: 235px;
	display: inline;
	text-align: left;
}	

#contentTrailers  {
  float: left;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 40px;
	width: 500px;
	background-color: transparent;
	display: inline;
	text-align: left;
}

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - */        
#footer {
				background-image: url(img/bg_footer.gif);
        background-color: #000;
        float: left;
        width: 585px;
        height: 40px; 
        text-align: center;
}

/* ads
- - - - - - - - - - - - - - - - - - - - - - - - - */        
#ads {
        background-color: transparent;
        margin-top: 10px;
        float: left;
        width: 585px;
        height: 40px; 
        text-align: center;
}

ul#menu {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        	 padding-left: 0;

	 /*padding:10px 0 0 0;*/
}

ul#menu li {
	 list-style-type: none;
	 float: left;
}

/* Menu links
- - - - - - - - - - - - - - - - - - - - - - - - - */
ul#menu a {
	 font-family: Verdana,arial,serif;
	 font-size: 12px;
	 font-weight: normal; 
	 text-decoration: none;
	 background: transparent;
	 margin-right: 0.1em;
	 margin-left: 1px;
}

ul#menu a:link 
{
	 color: #fff;
}

ul#menu a:visited 
{
	 color: #fff;
}

ul#menu a:hover 
{
	 color: #000;
	 background: #999;
}

ul#menu a:active 
{
	 color: #000;
}