#container {
height: 850px;
width: 60%; 
background-color:#2d0042; 
float: left; 
text-align: center;
padding: 5%;
color: #62b395;
opacity: 0.9;
border-radius: 3%;

/*dont use margin auto*/
}


body{
background-image: url(http://orig11.deviantart.net/5934/f/2016/164/8/e/patriotic_background_01_by_cntrygurl_designs-da65uh9.jpg);
background-size: 1500px;
background-position: top;
background-color: #214765;

}


#sidebar{
height: 92%;
width: 25%; 
background-color: #2d0042; 
/*padding: 10%;*/
float: right;
clear: left;
color: #62b395;;
position: fixed;
padding-top: 5px;
right: 0;
border-radius: 3%;
font-size: x-large;
line-height: 1.6;
text-align: center;
overflow: auto;

}

img{
width: 50%;


}


a:link{
color:#62b395;
/*background-color: #6280B3;*/

}


a:hover{
color: #5d9ce3;

}
/*Unvisted link color*/



/*.greetingdiv{
*/height: 200px;
width: 20%;
float: center;
background-color: #162856;
text-align: center;
color: #62b395;
/*position: relative;*/
margin-left: 5px;
border-radius: 1%;
/*Fix sizing of box to fix text, not the other way around.*/
}

