body{
background-color:#000;
}

@media (min-width:1200px){.container{width:1000px}}

#mainwrapper {
	background-color:#000;
}

.row{
	margin-top:15px;
	margin-bottom:15px
	}
	
a{
  color:#FFF;
}

a:active 
   { 
   color: #FFF;          
   } 

a:visited {
	color: #006699;
}

a:hover
   {
    color:#0099CC;
   }
			
h1,
h2,
h3,
h4,
h5 {
	  	color:  #FFF;
    font-weight: bold;
}


.greytext{
			font-family:inherit;
   font-size: inherit; 
			color: #B9B9B9;
		}
		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold; 
			color: red;
		}
		
.whitetext{
		 	color: #FFF;
    font-weight: bold;
		}
						
.lineseperator {
	border-top:1px solid #000;
	padding:10px 0 0 0;
	height:1px;
	width:100%;
}

.pusher10{
   margin-top: 10px;
}
.pusher20{
   margin-top: 20px;
}

.pusher25{
   margin-top: 25px;
}

.pusher40{
   margin-top: 40px;
}
.pusher200{
   margin-top: 200px;
}
