@charset "utf-8";
/* CSS Document */


body {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.6em;
	background: #fff url('none') no-repeat fixed;
	background-image:url('none'); 
	background-repeat:no-repeat; 
	background-attachment:fixed
}

.header
{
background-image:url(../images/t1.jpg);
background-postion: center center;
background-position-y: 30%;
overflow: hidden;
height: 300px;
width: 100%;
text-align: center;
border-bottom:solid 2px; 
border-top:solid 2px;
margin:0;
padding:0;
}

.center {
	text-align:center;
	padding-left:5%;
	padding-right:5%;
}

.right {
	text-align:right;
	padding-left:5%;
	padding-right:5%;
}

.left {
	text-align:left;
	padding-left: 8%;
}


.small {
	color: #333;
	font-size : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:left;
}

.small2 {
	color: #333;
	font-size : 80%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:center;
}

.small3 {
	color: #000;
	font-size : 80%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:center;
}

.dent { 
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
	font-style:italic;
	color:#FFF;
}

img {
	border: 0px none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align:center;
}

ul {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}


    .div-1 {
        background-color: #FFF;
    }
    
    .div-2 {
    	background-color: #ABBAEA;
		color:#FFF;
		margin: 10 10 10 10;
    }
    
	.bgimg {
    	background-image:url(../images/dvbgi.jpg);
	}
    

