/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

#content { 
 float: left;
 color: #333;
 background: #000000;
 height: 80%;
 width: 50%;
 display: inline;
}

#clock1 { font-size: large; }
#clock2 { font-size: x-large; }
#clock3 { font-size: xx-large; color: #FFFFFF; }
#clock4 { font-size: x-large; }
#clock5 { font-size: large; }

#popups1 {
 font-size: x-small;
}

#popups2 {
 font-size: x-small;
}

#header {
 color: #FFFFFF;
 width: 100%;
 float: left;
 height: 15%;
 background: #000000;
 font-size: x-large;
}

#footer { 
 width: 100%;
 height: 5%;
 clear: both;
 color: #333;
 background: #000000;
 font-size: xx-small;
}

#leftcolumn { 
 color: #CCCCCC;
 background: #000000;
 height: 80%;
 width: 25%;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: #000000;
 height: 80%;
 width: 25%;
 float: left;
}