/* Main tags
----------------------------------------- */
html, body {
	height:100%;
	min-height:600px;
	min-width:1280px;
}
body {
	position:relative;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased !important;
}
form, body, input, select, textarea, img, div, ul, li, h1, h2, h3, h4, h5, p, a {
	margin:0px;
	padding:0px;
	outline:none;
}
textarea {
	resize:none;
}
img {
	border:0px;
}
a {
	outline:none;
	text-decoration:none;
}
input, textarea {
	outline:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.overflow {
	overflow:hidden;
}
.spacer {
	clear:both;
}
.clear {
	clear:both;
}
p{
	font-family: "PT Sans Caption", serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	width: 580px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 5px;
}
h1{
	font-family: "PT Sans Caption", serif;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;		
}
.slide{
	width: 100%;
	height: 100%;
}
.slide1{
	background-color: #1fc883;
}
.slide1 h1{
	background-color: #1fc883;
	font-size: 50px;
	line-height: 60px;
}
.slide2{
	background-color: #1e6cc6;	
}
.slide3{
	background-color: #ff9900;	
}
.scroll{
	position:absolute;
	width: 100%;
	height: 69px;
	bottom: 20px;
	left: 0px;
	background-image:url('images/scroll.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
