* {
	border:0px;
}


body{
background: url('01.png');
background-color: #000;
background-repeat: no-repeat;
background-position: right bottom;
opacity: 50%;

font-family: 'Trebuchet MS'; 
color: #b26200
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Trebuchet MS";
}

.ml{
	text-align:left !important;
}

p2 {
text-align: center; 
color: #FFF;
}

img {
display: block; 
margin: auto;
padding: 0px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#contact{
	text-align:center;
}