body 
{
	font-family: Arial, Verdana, sans-serif;
	background: #ffffff;  
}
p
{
    margin-left: 16px;
    margin-right: 16px;
    text-align: justify;
    font-size: 16px;    
}
/*-------------------------------------*/
#indexPageBox 
{
	position: fixed;
    left: 50%;
    width: 800px;
    height: 540px;
    margin-left: -400px;
    background: #ffffff;

}
#headsetPicDiv {
	position: absolute;
    top: 0px;
    left: 256px;
     z-index: -2;
}
#betaTag {
    position:absolute;
    font-size: 9px;
    color: black;
    margin: 0px;
    top: 0px;
    left: 700px;
    width: 100px;
}
#titleDivPic {
    position: absolute;
    top: 200px;
    left: 0px;
    
}
#atc {
    position: absolute;
    font-size: 16px;
    color: #aaaaaa;
    margin: 0px;
    top: 90px;
    text-align: center;
    padding: 0px;
    left: 90px;

}
/*-------------------------------------*/
/* BUTTON Box*/
#menuBox {
    position: absolute;
    top: 380px;
    left: 25px;
    height: 60px;
    width: 400px;
}
.pushbutton {
    background-color: #fafafa;
    padding: 0px;
    border-style: none;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    position: absolute;
    font-size: 26px;
    height: 40px;
    width: 160px;
    outline: none;
}
.pushbutton:hover {
    background-color: #0070c0;
    color: white;
    border-style: none;
}
.pushbutton:active {
    color: black;
    transform: translateY(2px);
    border-style: none;
}
#btnStart {
    top: 0px;
    left: 0px;
}
#btnInstructions {
    top: 0px;
    left: 160px;
}
#btnBlog {
    top: 0px;
    left: 320px;
}
/* Tagline Box */
#taglinebox{
    position: fixed;
    left: 50%;
    top: 560px;
    width: 800px;
    height: 30px;
    margin-left: -200px;
    background: #ffffff;
}
#tagline {
    position: absolute;
    font-size: 16px;
    color: #d0d0d0;
    margin: 0px;
    top: 0px;
    text-align: center;
    padding: 0px;
    left: 0px;
    width: 800px;

}