/*
 * The main style.css can be found in the theme folder.
 *
 * Use this file to override the default styles (both this and the main style.css are 
 * loaded when a page is viewed).
 */
#header { 
        color: #000000;
        background: #000022 url(http://dealdrop.co.uk/images/1232640635.jpg) repeat; 
	font-family: Helvetica, Arial, Sans-Serif;
        font-weight: bold;
        text-transform: none;
        text-align: center; 
        margin: 0px auto 0px;
        padding: 30px 0px 20px 0px;
}

#footer {
	background-color: #003;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #aaa;
}

