
body {
    background-color: #DAD6C5;
    padding-top: 20px;
}



p {
	font-size: 11px;
	text-align : left;
	font-family: Arial, Futura, Helvetica, sans-serif;
	margin-top : 6pt;
}


p.footerfirst {
    float: left;
    width: 25.6%;
}

p.footersecond {
    float: left;
    width: 70%;
}
a:link {
	color: #433F32;
	text-decoration: none;
}
a:active {
	color: 000000;
	text-decoration: underline;
}
a:visited {
	color: #433F32;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration : underline;
}

div#unityPlayer {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    cursor: default;
    min-height: 450px;
}

div.footer1 {
    margin: auto;
    width: 800px;
    height: 48px;
    background: #076119;
    border-color: #076119;
    border-style: solid;
    border-width: 2px;
    
}

div.footer2 {
    margin: auto;
    width: 800px;
}

.box {
    margin-left: 15px;
}

div.broken {
    top: 50px;
    width: 600px;
}

div.missing {
    top: 50px;
    width: 600px;
}


div.broken p,
div.missing p {
    text-align: center;
}





