
body {	
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color : #333;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bodyBG.jpg);
	background-repeat: repeat-x;
	}
	
#mail_headerwrap {
	background-image: url(graphics/mainBG_sub.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	}
		
#contentwrap {
	margin: 20px auto;
	padding: 0px;
	}

#loginwrap {
        width: 700px;
	margin: 0px auto;
        padding: 0px;
	text-align: center;
        }

#loginwrap table {
	width: 100%;
	text-align: center;
	}

a:link {color : #CC0000; text-decoration : none;}
a:visited {color : #CC0000; text-decoration : none;}
a:active {color : #CC0000; text-decoration : none;}
a:hover {color : #CC0000; text-decoration : underline;}
