@charset "utf-8";
/* CSS Document */

html, body {
min-width:600px;
}

body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;	
font-family: ff-dax-web-pro, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.5em;
background:url(bg.jpg) repeat-x 0px 0px;
/* background:url(bg.jpg) repeat-x 0px 0px; */
width:  100%; /*or 70%, or what you want*/
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #ffffff;

color:#dbdede;
}

a:link {
color:#04c8fe;
}

.logo {
position:relative;
left: 50%;
margin-left: -250px;
width:500px;
margin-top:50px;
margin-bottom:20px;
padding-bottom:30px;
}

.content {
position: relative;
left: 50%;
padding-top: 20px;
margin-top: 20px;

margin-left: -166px;
width:600px;
}
.p { line-height: 2.5em; background: #cfe; }
h1 {
font-size: 24px;
line-height: 60px;
color:#000000;
}

h2 {
font-size: 18px;
color:#000000;
font-weight: 500;
}
img {
	vertical-align: middle;
	float: right;
}

.box1 {
	width:100%;
	z-index: 2;
margin-top:50px;
	padding-top: 20px;
  	padding-bottom: 20px;
  	padding-right: 20px;
  	padding-left: 20px;
}
