body {
	background: #bdbfc3 url(../../img/sub_page/sub_page_bg.jpg) repeat-x;
}

/* CONTAINER */

#container{
	width: 1024px;
	margin: 0 auto;
}

/* HEADER */

#container #header{
	height: 90px;
	margin-bottom: 20px;
}

#container #header .logo{
	float: left;
	width: 158px;
	height: 47px;
	margin-left: 50px;
	margin-top: 21px;
}

/* CONTENT */

#content{
	clear: both;
	padding-top: 25px;
}

#content .normal .txt{
	margin-left: 15px;
}

/* Sponsors */

ul.speakers
{
    float: none;
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
}

ul.speakers li
{
    text-align: center;
    padding: 0px 10px;
    display: block;
    float: left;
    width: 100px;
}

ul.speakers li img
{
    margin: 0px auto;
    display: block;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #cccccc;
}

ul.speakers li a:hover
{
    text-decoration: none;
}

ul.speakers li img:hover
{
    border: solid 1px #444444;
}
