@import url();
html,
body {
   margin:0; 
   padding:0; 
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
   padding-left: 33%;
}
#header {
   background:#ff0;
   padding:0px;
}
#body {
   padding-top:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   height:60px;   /* Height of the footer */
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: left;
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

p {
	width: 500px;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Helvetica, Verdana, sans-serif;

}

