/* CSS Document */


img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

body {
	text-align:center;
	background-image:url(images/pagebg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	}

#center {
	width:950px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:left;
	}
	
#links {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float:right;
	margin-top:10px;
	}
	
#links li {
	list-style:none;
	display:block;
	float:left;
	padding-right:25px;
	margin:0px;
	}
	
#links a {
	color:#ffffff;
	text-decoration:none;
	}
	
#links :hover {
	color:#0bcbfa;
	}
	
h1 {
	background-image:url(images/logopage.png);
	background-repeat:no-repeat;
	background-position:top left;
			behavior: url(iepngfix.htc);

	text-indent: -5000px;
	width:203px;
	height:63px;
	}

#intro {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:18px;
	position:relative;
	top:95px;
	width:600px;
	}
	
#cd {
	position:relative;
	bottom:210px;
	float:right;
	}
#download {
	position:relative;
	left:270px;
	float:right;
	top:25px;
	}


#bulk {
	color:#333333;
	position:absolute;
	top:60px;
	width:950px;
	}
	
h2 {
	font-family:Arial, sans-serif;
	letter-spacing:-1px;
	font-size:30px;
	color:#005db2;
	text-transform:lowercase;
	_margin-top:10px;
	}
	
	
/* Homepage specific */