html,body {
   margin:0;
   padding:0;
   height:100%;
   background : url(images/gradient_bg.jpg) #363636 repeat-x; 
}

a { 
    font-size: 15px;
    color: black;
    text-decoration:none;
}

#container {
	font-family: Arial, sans-serif;
	font-size: 60px;
	color: #cadbfb;
	font-weight: bold;
	min-height:100%;
	position:relative;
}

#header {}

#content {
   padding:10%;
}

#footer {
   position:absolute;
   bottom:0;
   width:90%;
}

