*{
outline: none;
margin:0;
padding:0;
}

body{
font-family: times, serif;
font-size: 13px;
color: #6e6e6e;
background-color: #bbb;
margin: 0;
}
a {
color: #6e6e6e;
}

#wrapper{
margin: 5px auto;
position: relative;
width: 720px;
overflow: hidden;
background: #fff;
padding: 0 0 10px;
}

/*	HEADER	*/

#header{
background:transparent url(../img/bg.png) no-repeat scroll 13px 8px;
height:550px;
}

#header *{
display: none
}

#content{
padding: 0 71px 0 135px
}
p{
line-height: 1.7em;
}
p, .hr, h2{
margin: 0 0 20px;
display: block;
vertical-align: baseline;
}

.hr{
background: transparent url(../img/hr.gif);
height: 7px;
display: block
}

h2{
font-family: arial, tahoma, sans-serif;
font-weight: bold;
font-size: 14px;
line-hright: 1em;
}

.italic{
font-style: italic;
}

a{
color: #5fa0b8
}

#poster{
position:relative;
right:34px;
}