body{
font-family: serif;
color:#fff;
margin:0;
letter-spacing:0.1em;
background: #000;
}

fieldset{
border:none;
}

h1,h2,h3,h4,h5,h6,pre,
blockquote,ul,ol,dl,dd,form{
margin:0;
padding:0;
}

h1,h2{
font-size:12px;
}

h3,h4,h5,h6{
font-size:12px;
}

p,li,dt,dd{
font-size:12px;
line-height:150%;
margin:0;
}

br {
letter-spacing: 0;
}

a{
text-decoration:none;
outline:none;
}

a:hover{
text-decoration:none;
}

img{
margin:0;
padding:0;
vertical-align:top;
border:none;
}

li img{
vertical-align:middle;
}

th{
font-weight:normal;
text-align:left;
}

ul{
list-style:none;
}



/*LAYOUT*/

#wrapper{
	width:760px;
	margin: 0 auto;
	padding: 110px 0 130px 0 ;
}

.fl_l{
  float: left;
}

.fl_r{
  float: right;
}

dl{
  width: 360px;
}

dd{
  margin-top: 30px;
  text-align: center;
}


/*FOR BUGGGG!*/
.cfx:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden;
}

.cfx{
display:inline-block;
}

/* exlude MacIE5 */
*html .cfx{
height:1%
}

.cfx{
display:block;
}
/* END MacIE5 */
