
body {
	background-color: LightCyan;

}

#div1 {
height: 150px;
/* this should be more specficic due to specificity */
}

#div2 {
height: 130px;
margin-top: 15px;
}


.fullsize {
width: 100%;
/*height: 160px;*/
padding-top: 20px;
padding-bottom: 30px;

margin-left: auto;
margin-right: auto;
margin-top: 7px;
margin-bottom: 7px;
color: black;
background-color: silver;
text-align: center;
font-size: 35px;
border-style: solid;
}





