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:  Arial, Verdana, Helvetica, sans-serif;
}
body {
	line-height: 1;
	font-size: small;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	position:relative;
	background:#ffffff;
	background:url(../images/sky.jpg) top center repeat-x;
/*	background:url(../images/main_VISUAL.jpg) top center no-repeat;*/
	font-size:small;
}


html,body {
	height:100%;
}

a:link { color:#008dcb; }
a:visited { color:#008dcb; }
a:active { color:#fd0087; }

#header {
/*	padding-top:160px;*/
	padding-top:260px;
}

h1 {
	margin:0px auto 0px auto;
	width:378px;
	height:155px;
	background:url(../images/clubfame-trans.png) top center no-repeat;
	text-indent:-9999px;
}

#main {
	position:relative;
	margin:0px auto 0px auto;
	width:960px;
	text-align:center;
	z-index:3;
}

#links {
	margin:auto;
	width:447px;
	height:100px;
}

#tradition {
	float:left;
	display:block;
	width:225px;
	height:68px;
	background:url(../images/tradition-trans.png) center center no-repeat;
	text-indent:-9999px;
}

#subculture {
	margin-left:20px;
	float:left;
	display:block;
	width:202px;
	height:69px;
	background:url(../images/subculture-trans.png) center center no-repeat;
	text-indent:-9999px;
}

#footer {
	position:fixed;
	bottom:0px;
	right:0px;
	width:857px;
	height:403px;
	background:url(../images/tower-trans.png) bottom right no-repeat;
	z-index:0;
}

#copyright {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0px 250px 15px 0px;
	color:#fff;
}
.clear{
	clear:both;
}