/*
 * All screen styles
 * =======================================================
 * This css file contains basic definitions and imports
 * all css files for screen output.
 */
 
/* Outline  - contains definitions related to page structure */
@import url(outline.css);
/* Custom styles for javascript popup */
@import url(thickbox.css);


/* HTML ELEMENTS ----------------------- */
* {
    margin:0;
    padding:0;
}

img, fieldset {
    border:0;
}

hr,legend {
    display:none;
}

ul {
    list-style-type:none;
}

body,html {
	height:100%;
}

body {
    background-color:#353535;
    background-image:url(img/background.gif);
    background-repeat:repeat-y;
    background-position:center;
    color:#FFF;
    font-family:Helvetica, Arial, sans-serif;
    font-size:11px;
}