html {
        background-color:#000;
}

body {  margin:0;
        font-family:"Trebuchet MS",Arial,sans-serif;
        /* background:url(img/bg3.gif) repeat-x 0 0; */
        background:#000;
}

img {
        border:none;
        display:block;
}

ul {
        margin:0;
        padding:0;
        list-style-type:none;
}

a {
        outline:none;
        text-decoration:none;
        color:#669517;
}
a:hover {
        text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p {
        margin:0;
}

h1 {
	text-size:1.5em;
	padding:0 0 0 10px;
}

