/*----------------------------------------------------------------------------- 

RAMA BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		freshline
email:     	support@version-four.com 
website:   	http://www.version-four.com
-----------------------------------------------------------------------------*/

/***********************
	-	BASICS 	-
***********************/

ol, ul { 
    list-style: none; 
}

#banner1-bg {
	position: absolute;
	height: 370px;
	width: 100%;
	top: 900px;
	left: 0;
	background-image:url(../images/website_bg_tile.gif);
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#bbb;
	font-weight: bold;
	z-index: -9999;
}

.banner2-bg {
	position: relative;
	height: 370px;
	width: 100%;
	left: 0;
	background-image:url(../images/website_bg_tile.gif);
	color:#bbb;
	z-index: -9999;
}
.example-wrapper{
	position:relative;
	width:980px;
	height:200px;
	margin:auto;
	margin-top:0px;
}

.example-wrapper2{
	position:relative;
	width:1020px;
	margin:auto;
	margin-top:0px;
	margin-bottom: 0px;
}
