html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana;
}

body {
	background: #000000;
	text-align:center;
}

#container {
    width: 968px;
    background:#000000 url(/images/background.jpg) no-repeat top left;	
    text-align: left;
    margin: 10px auto 10px auto;
    position:relative;
}

#bgMiddle { 
	position:relative;
	background: transparent url(/images/bg-middle.png) repeat-y;
	height: 700px;
}
#footer {
	text-align:center;
	color: #6c86a6;
	font-size: 10px;
}
#footer div {
	padding-bottom: 5px;
}
#bgTop {
	position:absolute;
	background: transparent url(/images/bg-top.png) no-repeat;
	height: 17px;
	top:0;
	left:0;
	width:100%;
}

#bgBottom {
	position:absolute;
	background: transparent url(/images/bg-bottom.png) no-repeat;
	height: 18px;
	bottom:0;
	left:0;
	width:100%;
}

#header {
    position:relative;
	height: 150px;
}

#logo {
    position:absolute;
    left: 41px;
    top: 42px;
}

#line {
    position:absolute;
    top:124px;
    left:146px;
    width:797px;
    height:4px;
    background: url(/images/bar.jpg) no-repeat;
}

#topMenu {
    position:absolute;
    width: 680px;
    top: 100px;
    left: 268px;
}

#topMenu a:link,
#topMenu a:active,
#topMenu a:visited {
    font-size: 14px;
    color:#6c86a6;
    text-decoration: none;
    margin-right: 15px;
}

#topMenu a.last {

}

#topMenu a:hover {
    color: #ffffff;
}
#footer div a:link,
#footer div a:active,
#footer div a:visited {
    font-size: 10px;
    color:#6c86a6;
    text-decoration: none;
    margin-right: 15px;
}

#footer div a:hover {
	color: #fff;
}
.clear {
	clear:both;
}
#snipstaDesign img {
	width:66px;
	height: 30px;
	margin: 0;
	padding:0;
	background:transparent;
}
#homeSlide {
	width:600px;
	height:300px;
	padding-left: 8px;
        position:relative;
}
#homeSlide .homeSlideTop {
        height: 60px;
        width: 100%;
        background: transparent url(/images/slide-top.png) no-repeat;
}
#homeSlide .homeSlideBottom {
        width: 100%;
        height: 40px;
        background: transparent url(/images/slide-bottom.png) no-repeat;
}
#homeSlide .homeSlideBg {
        background: transparent url(/images/slide-middle.png) repeat-y;
        height: 300px;
        width: 100%;
}