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

/* ----------| =Initial Page Structure |---------- */ 

* {margin: 0; padding: 0;}

body {
	background-color: #a4c3cb;
	padding: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 75%;
	text-align: center;
	}

#wrap {
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
    margin: auto;
	width: 679px;
	}

.center {
	text-align: center;
}

/* ----------| =Form |---------- */ 

#form {
	width: 679px;
	height: 444px;
	font-size: 85%;
	color: #000;
	text-align: center;
	position: relative;
	top: 190px;
}

#form a:link {
font-size: 85%;
color: #000;
text-decoration: underline;
}

#form a:visited {
font-size: 85%;
color: #000;
text-decoration: underline;
}

/* ----------| =Footer |---------- */ 

#footer {
	width: 679px;
	font-size: 75%;
	color: #000;
	line-height: 150%;
	text-align: center;
	position: relative;
	bottom: 120px;
}


#footer a:link {
color: #000;
text-decoration: none;
}

#footer a:visited {
color: #000;
text-decoration: none;
}

/* ----------| =Password |---------- */ 

#password table {
Padding: 15px;

}

#password p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;

}

#password a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #666;
text-decoration: none;
}

#password a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #666;
text-decoration: none;
}
