/* Body */
body
{
	background: rgb(0,0,0); /* Old browsers */
	background-image: url('/wp-content/images/screenium/pagebackground.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    
	color: white;
}

.product_faq_articles_outer_container a,
.product_faq_container a
{
	color: white !important;
}

#pagecontent
{
	padding-top:0px;
}

.footer_container
{
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0.6);
}

#producttopmenu li a:hover
{
	-webkit-transition:color 0.25s;
    transition:color 0.25s;
   
	color: rgba(255,196,128,1.0);
}