

html, body, h1, h2, h3, h4, h5, h6, ul, li {
	margin:0;
}


a img { border: 1px #333333 solid; }
a:hover img {border: 1px #BF99FE solid; }

.border { border:1px solid #333333; }


body {
	background-color:#000;
	background-image:url(../images/background_micro.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
}

#mailing_content {
	margin: 0px auto 0px auto;
	width:640px;
	height:480px;
	text-align:center;
	background: url(../images/mailing_bg.png) no-repeat scroll top;
}

#mailing_logo {
		margin: 0px auto 0px auto;
}

#mailing_header {
	margin: 38px auto 0px auto;
	position:relative;
	height:30px;
	width:640px;
	padding-top:4px;
	background: url(../images/mailing_header_bg.gif) no-repeat scroll top;
}

#mailing_info {
	position:relative;
	margin-top:40px;
}


/* -- FOOTER -- */
#footer {
	margin: 0px auto 0px auto;
	text-align:center;
	height:68px;
	width:640px;
	background: url(../images/mailing_footer_bg.png) no-repeat scroll top;
}


#footer-content {
	padding-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c1bfbf;
}



/* FORMS CONTENT */

.buton { margin-top:2px; margin-bottom:8px; font-size:12px; }

