body
{
background-image:url('background.png');
background-size: 100%;
}

h1
{
    text-align: center;
    font-size: 30px;
    color: #B45F04;
}

h2
{
    font-size: 20px;
    color: #B45F04;
}

#image_settings
{
position: relative; top:10%; left:10%;

}

#settings {
	margin-top:1px;
	margin-left:15%;
	width:70%;
	height:42%;
	background-color:white;
	opacity: 0.8;
	font-size:15px;
	font-family:helvetica;
	color: #000000; 
}


#presets {
	margin-top:1px;
	margin-left:15%;
	width:70%;
	height:41%;
	background-color:white;
	opacity: 0.8;
	font-size:15px;
	font-family:helvetica;
	color: #000000; 
}