body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bg-card-02.jpg);
	background-repeat: repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #FFFFFF;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}
 
* {
margin:0px auto;
padding:0;
}
 
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -287px;
float: left;
}
 
div#wrapper {
width: 836px;
height: 575px;
clear: both;
position: relative;
top: -287px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
 
}
 
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */



.style1 {color: #8668B1}

a {
color: #FFFFFF;
font-style:normal;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}