@CHARSET "ISO-8859-1";

html body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #4d7b9b;
	display: none;
}

.container {
	margin: 0 auto !important;
	width: 996px;
}

.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
}

.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header {
	background-image: url("splash/tab.png");
	background-repeat: repeat-x;
}

#fblogin {
	width: 203px;
	height: 49px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url("splash/facebook_but.png");
}

#fblogin:hover {
	background-image: url("splash/facebook_but_over.png");
}

#playtutorial {
	margin: 15px;
	width: 148px;
	height: 39px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url("splash/playtutorial_up.jpg");
}

#playtutorial:hover {
	background-image: url("splash/playtutorial_over.jpg");
}

#fbconnect {
	margin-top: 300px;
	width: 241px;
	height: 79px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url("splash/playnow_up.png");
}

#fbconnect:hover {
	background-image: url("splash/playnow_over.png");
}

#image {
	background-image: url("splash/main_image1.jpg");
	background-repeat: no-repeat;
}

#tutorial {
	border-bottom: 1px;
	border-bottom-color: gray;
	border-bottom-style: solid;
}