@charset "utf-8";
/* CSS Document */

body {
	background-image:url("../pics/Background.jpg");
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#0071bc;
	padding:0px;
	margin:0px;
	/*overflow:hidden;*/
}

html, body {
height:100%;
width:100%;
padding:0;
margin:0;
	
}

h1, h2, h3, p {
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
text-align:center;
padding:4px;
margin:4px;
}

.application {
background-color:rgba(255,255,255,0.15);
/*margin-top:2%;*/
padding:0px;
margin:0;
width:48%;
height:40%;
/*padding-bottom:5px;*/
display:inline-block;
}

.topbar {
width:100%;
background-color:rgba(0,0,0,0.41);
height:20px;
}

.adbar {
	background-color:rgba(255,255,255,0.15);
margin:5px;
margin-left:auto;
margin-right:auto;
width:55%;
padding:2px;
border-radius: 10px;
min-height:15px;
}

.clockApp {
/*background-color:rgba(255,255,255,0.15);
margin-left:auto;
margin-right:auto;
margin-top:10%;
padding:0px;*/
height:20%;
background-color:rgba(255,255,255,0.15);
padding-bottom:5px;
}



.messageApp {
height:20%;
background-color:rgba(255,255,255,0.15);
}