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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
	
ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

body {
	background: url(/img/bg-bg.png) repeat-x;
}

#wrap {
    height: 538px;
    width: 836px; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -269px;
    margin-left: -418px;
}

#banner {
	background: url(/img/bg-banner.png) no-repeat;
	width: 842px;
	height: 458px;
	padding: 6px;
}

#menu {
	background: url(/img/bg-menu.png) no-repeat;
	width: 830px;
	height: 69px;
	*margin-top: -6px;
	_margin-top: -6px;
}

#menu .link1 a {
	background: url(/v2/img/btn-menu1.png);
	width: 209px;
	height: 80px;
}

#menu .link2 a {
	background: url(/v2/img/btn-menu2.png);
	width: 177px;
	height: 80px;
}

#menu .link3 a {
	background: url(/v2/img/btn-menu3.png);
	width: 170px;
	height: 80px;
}

#menu .link4 a {
	background: url(/v2/img/btn-menu4.png);
	width: 164px;
	height: 80px;
}

#menu ul {
	margin: 0;
	padding: 0;	
	padding-left: 55px;
}

#menu ul li {
	float: left;	
}

#menu li a {
	display: block;	
	overflow: hidden;
}
#menu .link1 a:hover, #menu .link2 a:hover, #menu .link3 a:hover, #menu .link4 a:hover {
	background-position: 0 -80px;
}