* {
 font-family	: Verdana, Arial, Helvetica, sans-serif;
 font-size		: 18px;
 color			: #000;
}

body {
 text-align		: center;
}

a, a:link, a:visited {
 color			: #333;
 font-size		: 10px;
 text-decoration: none;
}
a:hover, a:active {
 color			: #333;
 font-size		: 10px;
 text-decoration: underline;
}

#container {
 width			: 550px;
 height			: 500px;
 margin			: 0 auto;
 margin-top		: 40px;
 text-align		: left;
 background		: url(http://www.zitrox.com/zitrox_default_site/images/lemon.jpg) 50% 150px no-repeat;
}

#header { text-align: center; }

h1 {
 font-size		: 24px;
 font-weight	: normal;
 color			: #FF6600;
 padding-bottom: 10px;
 text-align		: center;
}

#footer {
 margin-top		: 20px;
}
#footer p {
 color			: #009933;
}

.small {
 font-size		: 10px;
 text-align		: center;
 color			: #333;
 padding		   : 20px 10px 0 0;
 margin-top: 310px;
}
