body {
    margin: auto;
    padding: 0;
    text-align: center;
    background-color: #191919;
    color: #ebebeb;
}

body, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

img {
	border: 0;
}

#main {
    position: relative;
    margin: auto;
    width: 800px;
    padding: 0 40px 10px 40px;
    /*border: 1px solid #656C74;*/
	text-align: center;
}

#header {
	margin-bottom: 30px;
}

#welcome {
    text-align: left;
}

#dancers {
	position: absolute;
	top: 310px;
	left: 170px;
	z-index: 1;
}

#screenshots {
    float: left;
    width: 332px;
}

#text {
    float: right;
	width: 53%;
}

#features {
    text-align: left;
	margin-top: 30px;
}

#table_features td {
    font-size: 11px;
    padding: 20px 10px 20px 10px;
}

#table_features .desc {
    padding-right: 40px;
}

#copyright {
    font-size: 11px;
    border-top: 1px solid #3A3A3A;
	margin-top: 20px;
	color:#555555;
}

#copyright a {
	color:#555555;
}

h1 {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #df7e1e;
    font-size: 20px;
    font-weight: normal;
}

h4 {
    margin-bottom: 1px;
    color: #f8c000;
    font-size: 12px;
	font-weight: bold;
}

h4.details {
    margin-top: 2px;
    margin-bottom: 10px;
    color: #f8c000;
    font-size: 12px;
	font-weight: bold;
}

/*
ul, ol {
    list-style-image: url( ../pics/arrow_right.gif );
}
*/

a {
    color: #f8c000;
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.detailContainer {
    background-color: #484848;
    color: white;
    text-align: left;
    padding: 15px;
    border: 3px solid #f8c000;
    line-height: 20px;
    font-weight: normal;
}

.detailContainer td {
    font-size: 12px;
}

.detailContainer .close {
    float:right;
    margin-top: 10px;
    margin-bottom: 0;
}