@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
	font-family: 'Open Sans', sans-serif;
	font: 100%/1.5;
	line-height: 2em;
	background: #FFFFFF;
	height: 100%;
	background-image: url(file:///C|/Users/a/Desktop/baiconweb_test/images/wdbk2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a{
	text-decoration: none;
	color:#369;
}

p {
	text-align:left;
	padding-left: 5%;
	padding-right: 5%;
}

.center {
	text-align:center;
}

.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 : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:center;
}

h1 {
	color: #96C;
	font-size : 100%; /* 96 / 16 */
	line-height : 1.5;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-stretch:expanded;
	text-align:center;
	padding-bottom:5px;	
}

h2 {
	color: #36c;
	font-size : 85%; /* 96 / 16 */
	line-height : 1.75;
	letter-spacing: 4px;
	text-transform: uppercase; 
	text-align:left;
	padding-bottom:5px;
	padding-left:5%;
}


h5 {
	color: #669;
	font-size : 85%; /* 96 / 16 */
	line-height : 1;
	text-transform: uppercase; 
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

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%;
}

