body {
width:800px;
background:#000000 url(http://www.bowling-abc.com/bg.jpg) repeat-x;
margin:0 auto;
	font-family: Verdana,Tahoma, Arial, Serif;
	line-height: 1.5em;
	font-size: 11px; /* IE5 Win */
	color: #FFFFFF;
}

.eleven {
font-size: 11px;
}

.ten {
font-size: 10px;
}

A:link {
color: #FFFFFF;
text-decoration: underline;
}

A:hover {
color: #b9b9b9;
}

A:visited {
color: #FFFFFF;
}


drop {
background-color:#c0c0c0;
color:#000000;
}
/* ----- HEADER ----- */



#header {
width:876px;
height:5px;
text-align:center;
}
h1 {

	font-size:118.5%;  
}

h2 {
color: #f25c00;
	font-size:118.5%; 
}

/* ----- MAIN CONTENT ----- */



#content {
width:730px;
background: url(http://www.bowling-abc.com/screen.png) no-repeat;
min-height:528px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:528px; /* for IE5.x and IE6 */
}

#subcontent
{
position: absolute;
width:640px;
background-color:#000000;
background: url(http://www.bowling-abc.com/frontpage.jpg) no-repeat;
margin-top: 42px;
margin-left: 46px;
min-height:480px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:480px; /* for IE5.x and IE6 */
}

#subcontent_abc
{
position: absolute;
width:640px;
background-color:#000000;
background: url(http://www.bowling-abc.com/cnt_back2.jpg) no-repeat;
margin-top: 42px;
margin-left: 46px;
min-height:480px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:480px; /* for IE5.x and IE6 */
}

#subcontent_login
{
position: absolute;
width:640px;
background-color:#000000;
background: url(http://www.bowling-abc.com/cnt_back.jpg) no-repeat;
margin-top: 42px;
margin-left: 46px;
min-height:480px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:480px; /* for IE5.x and IE6 */
}

#submovie
{
position: absolute;
width:640px;
background-color:#000000;
margin-top: 42px;
margin-left: 46px;
min-height:480px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:480px; /* for IE5.x and IE6 */
}

/* ----- BOTTOM NAVIGATION ----- */
#bottomnavi
{
width:730px;
background: url(http://www.bowling-abc.com/navi_bg.png) no-repeat;
min-height:50px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:50px; /* for IE5.x and IE6 */

}


/* ----- FOOTER ----- */



#footer {
text-align:center;
width:730px;
height:100px;
margin-top:10px;
}



/* ----- JS Menu ----- */

ul#menu {
		list-style:none;
		margin:0;
		padding:0;
                padding-left:40px;
	}


	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(http://www.bowling-abc.com/buttons.png) no-repeat scroll top left;
		display:block;
		height:43px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "what" */
	ul#menu li a.what {
		width:92px;
		background-position:-33px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "who" */
	ul#menu li a.who {
		width:87px;
		background-position:-124px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "trailer" */
	ul#menu li a.trailer {
		width:103px;
		background-position:-212px 0px;
	}

/* Specify width and background position attributes specifically for the class: "demo" */
	ul#menu li a.demo {
		width:85px;
		background-position:-316px 0px;
	}

/* Specify width and background position attributes specifically for the class: "tricks and fun" */
	ul#menu li a.tricksfun {
		width:97px;
		background-position:-402px 0px;
	}

/* Specify width and background position attributes specifically for the class: "join" */
	ul#menu li a.join {
		width:89px;
		background-position:-499px 0px;
	}

/* Specify width and background position attributes specifically for the class: "login" */
	ul#menu li a.login {
		width:96px;
		background-position:-588px 0px;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(http://www.bowling-abc.com/buttons.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "what" */
	ul#menu li a.what span {
		background-position:-33px -44px;
	}
	
	/* Shift background position on hover for the class: "who" */
	ul#menu li a.who span {
		background-position:-124px -44px;
	}

	/* Shift background position on hover for the class: "trailer" */
	ul#menu li a.trailer span {
		background-position:-212px -44px;
	}

	/* Shift background position on hover for the class: "demo" */
	ul#menu li a.demo span {
		background-position:-316px -44px;
	}

	/* Shift background position on hover for the class: "tricks & fun" */
	ul#menu li a.tricksfun span {
		background-position:-402px -44px;
	}

	/* Shift background position on hover for the class: "join" */
	ul#menu li a.join span {
		background-position:-499px -44px;
	}

	/* Shift background position on hover for the class: "login" */
	ul#menu li a.login span {
		background-position:-588px -44px;
	}
