body {
	margin:0px;
	color:#000;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main {
	background:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

h1, h2, h3, ul, li, p{
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

p {
	text-align:justify;
	padding:0px 10px 10px 0px;
}

a {
	color:#000;
	font-weight:bold;
}

ul {
	list-style:none; 
}

li {
	float:left;
	display:inline;
}

h1.elephant {
	background: #fff url(../images/elephant.png) no-repeat center left;
	border-bottom:1px solid #ccc;
	height:58px;
	line-height:58px;
	padding-left:90px;
	margin-bottom:10px;
}

#whatIs, #features, #contact, #authors {
	margin-left:150px;
	margin-right:150px;
	position:relative;
}

.adsense {
	width:728px;
	height:90px;
	margin-left:116px;
	margin-right:116px;
}


/* WHAT IS */

#whatIs {
	height:330px;
}

#whatIs #logo {
	margin-top:50px;
}

#whatIs #bar {
	height:15px;
	width:810px;
	position:absolute;
	bottom:0px;
	top:134px;
	background-color:#330000;
}

#whatIs h1 {
	padding:10px 0px 10px 0px;
	margin-top:15px;
}

#whatIs p {
	margin-bottom:20px;
}



/* MEDIA */

#media {
	position:relative;
	height:270px;
	width:960px;
	background-image :url(../images/media.png);
	/*background-color:#000;*/
}

#media #search {
	position:absolute;
	top:170px;
	left:0px;
}

#media #demo {
	position:absolute;
	top:280px;
	right:150px;
}



/* FEATURES */

#features {
	margin-top:90px;
}

#features li {
	width:330px;
}

#features li img {
	float:left;
	padding-right:10px;
}



/* CONTACT */

#contact {
	margin-top:250px;
	padding-bottom:70px;
}



/* AUTHORS */

#authors img {
	padding:2px;
	border:1px solid #ccc;
}

#authors li {
	padding-bottom:20px;
	text-align:center;
	width:220px;
}
