/*   
Author: Vladimir Golušin : BigFish.rs
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div { behavior: url("../css/iepngfix.htc") }

body {
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	
	background: #3f4040 url("../img/video/bg.jpg") no-repeat center top;
}

#wrap {
	width: 870px;
	text-align: left;
	margin: 0 auto;
}

#lc {
	width: 550px;
	float: left;
	display: inline;
	padding-top: 55px;
	margin-bottom: 40px;
}

#rc {
	width: 320px;
	float: left;
	display: inline;
	height: 300px;
	padding-top: 55px;
	text-align: center;
	margin-bottom: 40px;
}

#video {
	width: 550px;
	height: 360px;
	background: #000;
}

#rc p {
	color: #fefefe;
	font-size: 1.1em;
	margin: 5px 20px 0 35px;
	text-align: left;
	line-height: 140%;
}

a {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #8a8b8b;
}

strong {
	font-weight: bold;
}

#technology,
#offers,
#money {
	padding: 0 20px;
	text-align: center;
}

#technology {
	background: #2d83da;
	margin-top: 20px;
}

#offers {
	background: #1b1b1b;
}

#money {
	background: #81c341;
	margin-bottom: 40px;
}

#technology p,
#offers p,
#money p {
	margin: 0 20px 10px 40px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}

div.screen {
	display: block;
	text-align: center;
}

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}