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

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

body {
	background-color: #a4c3cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
	margin: 0;
	}

#wrap {
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
    margin: 0 auto;
	min-width: 679px;
	max-width: 679px;
	min-height: 500px;
	max-height: 500px;
	text-align: center;
	}

/* ----------| =Basic Page Elements |---------- */ 

h2 {
font-size: 18px;
color: #000;
}

a {
font-size: 13px;
color: #000;
text-decoration: underline;
font-weight: bold;
}

/* ----------| =Header |---------- */ 

#header {
height: 175px;
}


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

#form {
	
}



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

#footer {
	margin-top: 20px;
	
}

#footer a {
text-decoration: none;
}



