body {
    background-image: url("../images/background.png");
    font-family: Helvetica;
	color: #FFFFFF;
}
#secondLayer a {
    color: #FFFFFF;
    font-family: Helvetica;    
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
}
#secondLayer a:hover {
    color: #EEBB55;
    text-decoration: none;
}

.framed-video {
    background-image: url('../images/frame_640x480.png');
    background-repeat: no-repeat;
	padding: 26px 50px;
	width: 740px;
}

.framed-text {
	color: #DFDFDF;    
	background: #43637B;
	padding: 20px 40px;
	border:2px solid;
	border-color: #151E23;
	border-radius:5px;	
	box-shadow: 10px 10px 5px #151E23;
}

/*
#secondLayer {    
	background-image: url('../images/background_wizards.png');    
	background-repeat: no-repeat;
	background-position: 10px 80px
}
*/

#menu {
    clear: both;
    display: block;
    height: 30px;
    margin: 30px auto 0;
    width: 570px;
}
#menu a {
    color: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
}
#menu a:hover {
    color: #EEBB55;
    text-decoration: none;
}
#menu ul, li {
    margin: 0;
    padding: 0;
}
#menu li {
    display: inline;
    float: left;
    list-style: none outside none;
    margin-right: 10px;
}

#logoframe {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 730px;
}

#gameInfo {
    clear: both;
    display: block;
    margin: 20px auto 0;    
	width: 730px;
}

#gameInfo li {
    text-align: center;
}

#features li {
    margin-left: 20px;
    text-align: left;
}

#reviews a {
    color: #000000;
    font-weight: bold;
	text-decoration: none;
}

#reviews a:hover {
    color: #afafff;
    text-decoration: none;
}

#buy-fastspring {
	background-image: url("../images/buynow.png");
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 240px;
}

#buy-fastspring:hover {
    background-image: url("../images/buynow_bright.png");
}


#unityPlayer {
	text-align: center;	
}