/* Print CSS Document */
/*Web Design By VieZidane and JW
05/03/08*/

/*GLOBAL SETTINGS*/


*{
	margin:0px auto;
	padding:0px;
	text-align:center;}

p{text-align:left;}

td{padding:0px; width:50%;}

a{text-decoration:none; color:#000000;}
a:hover{text-decoration:underline; color:#000000;}
a:visited{text-decoration:none; color:#000000;}

body{	
	background-color:#000000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	width:100%}

#header{}

#content{
	width:100%;
	background-color:#FFFFFF;
	text-align:left;}

#cpp{
	width:100%
	height:59px;
	text-align:left;
	background-color:#FFFFFF;}
#cpp a{text-align:left;}

#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:49px;}
