/* CSS Document */

body {
	padding: 0;
  	margin: 0;
	background-color: #000000;
	background-image: url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	width: 100%;
	text-align:center;


}

a{
text-decoration:none;
}

a img{
border: none ;
background:none;
text-decoration:none;

}



