/* .... css reset .... */

html {height:100%;
		width:100%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
	outline:none;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma;
	background:#13355d url(../images/bg_main_intro.jpg) 0% 0% repeat-x;
}

#container
{	
	overflow:hidden;
	width: 940px;
	height:797px;
	margin:0px auto;
	background:#13355d url(../images/bg_intro.jpg) 0% 0% no-repeat;
}


.enter001{width:940px; text-align:right; height:20px; position:relative; top:20px;}
.enter001 A{font:normal 16px tahoma; color:#ffffff; padding-right:24px; background:url(../images/pointers.jpg) 100% 4px no-repeat;}
.enter001 A:hover{color:#ddebfc;}

/*Footer*/
#footer {text-align:left; overflow:hidden; width:940px; height:70px; margin:0px auto; font-size:10px; font-family:tahoma; color:#94b8e3; }
.foot_left img{position:relative; top:7px;}
.foot_left a{font:normal 11px tahoma; color:#94b8e3;}
.foot_left a:hover{color:#ffffff;}

.music {
	text-align: center;
}

