﻿/* CSS Style Sheet */
/*
Olive green: #688441
*/

* {margin:0; padding:0; border:0}

body {width:100%; margin:0 auto; text-align:center; background-color:#331c0c; font:13px "trebuchet ms", verdana, sans-serif;}

h1 {font:22px "trebuchet ms", verdana, sans-serif; font-weight:bold; color:#ff7708; margin:15px auto}

div#main {width:600px; margin:50px auto; text-align:center; padding:30px; background-color:#fff}
#comp1 {width:1200px; margin:0 auto; text-align:center; background:#331c0c url(/images/Comps/bg.jpg) repeat-x top left}
#comp2 {background:#331c0c url(/images/Comps/bg2.jpg) repeat-x top left}

a:link, a:visited {color:#02a9ff; text-decoration:underline}
a:hover, a:active {color:#ff7708; text-decoration:none}
