body
{
	font-family:"Calibri", "Times New Roman", "Times", "Sans-Serif";
	background:#A020F0;
	margin:0em;
}

#whiteinsides
{
	color:#FFFFFF;
	text-align:center;	
}

h3, h2, h1
{
	color:#FFFFFF;
	text-align:center;
}

p
{
	color:#FFFFFF;
	text-align:center;
}

h
{
	color:#FFFFFF;
}

a
{
	color:yellow;
}

div.headerbox 
{
	width:94%;
	height:auto;
	border:outset;
	color:#FFFFFF;
	text-align:center;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;

}
div.musicbox
{
	bottom: 0; 
	position: fixed; 
	right: 0; 
	border:outset;
	color:#FFFFFF;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	width:20%;
	height:auto;
}

div.pictureshit
{
	margin:5px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	height:745px;
	overflow: auto;
	text-align:justify;	
}

div.leftbox 
{
	width:45%; 
	height:840px;
	border:outset;
	color:#FFFFFF;
	text-align:center;
	background-color:black;
	display:inline-block;
	margin-left:55px;
	margin-right:auto;
	margin-top:5px;

}

div.rightbox 
{
	width:45%; 
	height:auto;
	border:outset;
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	background-color:black;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;

}

div.topbox
{
	width:94%;
	height:100px;
	border:outset;
	color:#FFFFFF;
	text-align:center;
	background-color:black;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
		
#dimScreen 
{
    position: fixed;
    padding: 0;
    margin: 0;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    text-align: center;
}
#Xbutton {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
}