* {
	margin: 0px;
	padding: 0px;	
}

html {
	background: #eeeeee url("../images/bg.png");
	font: normal 16px/1.5em Arial, Helvetica, sans-serif;
	color: #333;	
}

body {
	background: url('../images/backdrop.jpg') top center repeat-x;
	background-image: url(../images/backdrop.jpg);
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;	
}

#container {
	margin: 80px auto;
	width: 960px;	
}

#description {
	width: 500px;
	float: left;	
	margin-top: 50px;
}

h1 {
	text-indent: -999999px;
	height: 70px;
	width: 300px;
	background: url("../images/logo.png");
	margin-bottom: 70px;
}

h3 {
	font-size: 30px;
	font-weight: bolder;	
}

p {
	
	margin: 30px 0;
	text-align: justify;	
}

#market-link {
	margin: 60px 0;	
}

#market-link img {
	margin-top: 15px;	
}

#phone {
	float: right;
}

#demo { 
	float: right;
	margin-top: -40px;
	margin-left: 30px;	
	margin-bottom: 50px;
	position:relative; 
	width:314px; 
	height:605px; 
}
#demo img { position:absolute; left:0; top:0; }

#gifs {
	clear: both;
}

.gif {
	width: 200px;
	margin-right: 30px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;	
}

img {
	vxisibility: hidden;	
}

#footer p {
	text-align: center;	
}

#footer a {
		color: #555;
		text-decoration: none;
		font-size: .9em;
}

#footer a:hover {
	text-decoration: underline;
}
