﻿
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.title, h1.title {
	background-image: url(images/logo.jpg);
	padding-left: 145px;
}

.sectionContent p span, #descriptionContainer p span, .topMenuItem a .topMenuItemAccentText, .title span, a:hover , .topMenuItem a:hover{
	color:#7F7F7D;
}

a{
	color: red;
}

#descriptionSection #screenShot {
	padding-bottom: 48px;
}

#descriptionSection {
	height: auto;
	width: 930px;
}

#descriptionSection #screenShot div, #descriptionSection #screenShot {
	width: 475px;
	height: 360px;
}

.sectionContent h1 {

color:red;

}

#rotatingMessages{
	position: relative;
	
}

@media (max-width: 1000px) {
	#rotatingMessages{
		display: none;
	}
}

#slimAds, #wideAds {
	position: fixed;
	top: 100px;
	right: 0px;
}

@media (max-width: 1200px) {
	#slimAds{
		display: none;
	}
}

@media (max-width: 1600px) {
	#wideAds{
		display: none;
	}
}

