@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	background-image: url("../images/background-ivan.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#logo {
	text-indent: -5000px;
	padding: 0;
	margin: 0;
	width: 266px;
	height: 70px;
	background-image: url("../images/logo.png");
	margin-left: 53px;
	margin-top: 43px;
}

#menu {
	float: right;
	width: 522px; /*160*3+19+19+2*2*/
	height: 62px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-top: 0px;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#menu ul li a {
	display: block;
	width: 160px;
	height: 62px;
	line-height: 60px;
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	background-image: url("../images/menubar-background.png");
	text-align: center;
	outline: none;
}

#menu ul li a:hover {
	background-image: url("../images/menubar-activebackground.png");
	outline: none;
}

#menu ul li a.active {
	background-image: url("../images/menubar-activebackground.png");
	outline: none;
	color: #ffcc00;
}

#menu ul li.sep {
	width: 2px;
	height: 62px;
	background-image: url("../images/menubar-sep.png");
}

#menu ul li#deb {
	width: 19px;
	height: 62px;
	background-image: url("../images/menubar-left.png");
}

#menu ul li#end {
	width: 19px;
	height: 62px;
	background-image: url("../images/menubar-right.png");
}

#getdiv {
	width: 350px;
	position: relative;
}

#brand {
	color: white;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	margin-top: 30px;
}

#getit {
	float: right;
	width: 141px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#getit a {
	outline: none;
}

#getit a img {
	border: none;
}

#getdiv p#link {
	color: #ffcc00;
	padding: 0;
	margin: 0;
	margin-left: 45px;
	margin-top: 25px;
}

a {
	color: #ffcc00;
	text-decoration: none;
}

#getdiv p#link a {
	color: #ffcc00;
	text-decoration: none;
}

#pouss {
	clear: both;
}

#footer {
	clear: both;
	font-size: 0.8em;
	color: #8b8b8b;
	text-align: center;
	margin-top: 20px;
}

#iphone {
	width: 263px;
	height: 143px;
	background-image: url("../images/iphone.png");
	float: right;
	margin-right: 150px;
	margin-top: 20px;
}

#iphone p {
	color: white;
	font-size: 0.8em;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 14px;
}

#iphone #screen {
	margin-left: 43px;
	margin-top: 13px;
}

#left {
	color: white;
	width: 550px;
	text-align: left;
	margin-top: 45px;
	margin-left: 10px;
}

#right {
	color: white;
	float: right;
	width: 380px;
	clear: right;
	margin-top: 30px;
	margin-right: 20px;
}

.yellow {
	color: #ffcc00;
}

h2 {
	color: #ffcc00;
	font-size: 1.3em;

}

li {
	font-size: 0.9em;
}