@charset "utf-8";
/* CSS Document */

body, html {
	background-color:#06112f;
	margin:0px;
	overflow:hidden;
	min-width:660px;
	border:0px;
	margin:0px;
	padding:0px;	
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
	border:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#FFF;
}
.upperLogo {
	position:relative;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-color:#0b1038;
	width:auto;
	height:135px;	
}

.introBackground {	
	position:relative;
	background-color:#0b1038;
	width:100%;
	height:100%;
	background-position:center;

}

.main {	
	position:relative;
	background-color:#0b1038;
	height:550px;
}

.bottomLogo {
	position:relative;
	background-image:url(images/bottomLogo.jpg);
	background-repeat:no-repeat;
	background-color:#0b1038;
	width:auto;
	height:316px;
	text-align:right;
	padding-top:20px;
	
}
