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

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

body {
background-image: url(images/pw-bg.png);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
padding: 0;
margin: 0;
}

#wrap {
margin: 0 auto;
min-width: 600px;
max-width: 600px;
min-height: 400px;
max-height: 400px;
background: #ffffff;
text-align: center;
background-image: url(images/pw-stripes.png);
background-position: bottom;
background-repeat:no-repeat;
}

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


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

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

#form {

}

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

#footer {
	margin-top: 30px;
	

}


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



