@charset "UTF-8";
/* CSS WRITTEN BY RYAN JAMES RAGSDALE FOR IMPACT ZONE WRESTLING */

html, body,
p, a,
ol, ul, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
blockquote {
font-size:14px;
font-weight:normal;
margin:0;
padding:0;
text-decoration:none;
text-transform:none;
}

img {
border:none;
margin:0;
padding:0;
}

html {
background:#35622C;
background-image: url(../img/background.gif);
background-position:top center;
background-repeat:repeat-x;
color:#333;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
}

ul, ol {
list-style-type:none;
}