@charset "UTF-8";
/* CSS Document */

/* layout */

html {}

body {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#borderWrapper {
	width:814px;
	margin:0 auto;
	padding:0 3px 3px 3px;
	background-color:#343694;
}

#whiteBorder {
	width:800px;
	margin:0;
	padding:7px;
	background-color:#fff;
}
	
	
#wrapper {
	width:800px;
	padding:0;
	margin:0;
}

#contentWrapper {
	/* image here */
	background-image:url(../images/mainImage.jpg);
	background-position:100% 100%;
	background-repeat:no-repeat;
	position: relative;
	overflow: hidden;

}

#content {
	width:500px;
}

#logo {
	width:500px;
	height:120px;
	padding:10px 0;
	margin:0;
}

#footer {
	width:800px;
	background-color:#343694;
	background-image:url(../images/curve_base.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 40px 0 0 0;
}
#registerBox {
	padding:0 30px 10px 0;
}
#footerSpacer {
	width:800;
	height:10px;
	line-height:10px;
}

#developedBy {
	padding:10px 0;
	line-height:0px;
	text-align:center;
}

#developedBy img {
	margin:0px auto;
	border:0px none;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
}

#logo img {
	border:0;
	padding:0;
}

#registerBox img {
	border:none;
}