body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    overflow:hidden;

}

#wrapper {
	width:900px;
	background:#fff;
	margin:auto;
	height:100%;
	color:#000;
}

#logo {
	padding-left:330px;
	width:220px;
	position:absolute;
	bottom: 370px;
}


#welcome {
	text-align:center;
	width:220px;
	padding-left:327px;
	position:absolute;
	bottom:361px;
	color:#000;
	font-size:13px;
}

#one {
	position:fixed;
	bottom:0px;
	background:#004a9d;
	height:100%;
	width:30px;
	
}

#img_one {
	padding-left:30px;
	position:fixed;
	bottom:0px;
	height:360px;
}

#two {
	background:#00a5ea;
	margin-left:290px;
	height:100%;
	width:30px;
	position:fixed;
	bottom:0px;
	z-index:2;
}

#text {
	padding:0px 5px 0px 405px;
	width:240px;
	font-size:12px;
	text-align:justify;
}

#img_two {
	padding-left:320px;
	position:fixed;
	bottom:0px;
	height:360px;
}

#three {
	background:#004a9d;
	margin-left:580px;
	height:100%;
	width:30px;
	position:fixed;
	bottom:0px;
	z-index:0;
}

#img_three {
	padding-left:610px;
	position:fixed;
	bottom:0px;
	height:360px;
}

#four {
	background:#00a5ea;
	margin-left:870px;
	height:100%;
	width:30px;
	position:fixed;
	bottom:0px;
}

a:link {text-decoration:none; color:#000;}
a:hover {text-decoration:none; color:#de040f;}
a:visited {text-decoration:none; color:#000;}
a:active {text-decoration:none; color:#000;}

img {
	border:none;
}
