﻿.div-basic {
	position:relative;
	margin:0 auto
}

.div-basic2 {
	position:relative;
	margin:0 auto;
	display:inline-block
}

.div-display-inline-block {
	display:inline-block
}

.stage-select-bar-001 {
	background-image:url('home-page-images/stage-select-bar-001.png');background-position:left center;background-repeat:repeat;
}

.stage-select-bar-002 {
	background-image:url('home-page-images/stage-select-bar-002.png');background-position:left center;background-repeat:repeat;
}


.body {
	background-image:url('home-page-images/mapcam_firstlight_color_rot.png');
	background-position:center top;
	background-attachment:fixed;
	background-repeat:repeat
}

.body3 {
	background-image:url('../mm-vs-sm/html/images/backgrounds20d.PNG');
	background-attachment:scroll;
	background-position:center top;
	background-repeat:repeat-y
}

.text-center {
	text-align:center
}

.text-background {
	color:white;
	background-color:navy;
	border:2px white solid;
	padding-left:3px;
	padding-right:3px;
	font-family:"Times New Roman", Times, serif;
	font-size:large
}

.comic-border1 {
	background-color:#202020;
	border:2px white solid;
	padding:10px 0px 10px 0px
}

.comic-border2 {
	border-top:1px white solid;
	border-bottom:1px white solid
}

.comic-border3 {
	border:1px black solid
}

.quint-logo {
	background-image:url('home-page-images/super-adventure-quint-logo-1.gif');
	background-position:center center;background-repeat:repeat-x
}

.sprite{
	border: 5px solid #333333;
	background-color:#585858;
	border-radius:25px 25px 0px 0px;
	padding:10px;
	margin:5px
}

.button{
	border:1px solid #616261; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:"Times New Roman", Times, serif; 
	padding: 10px 10px 10px 10px; 
	font-weight:bold; 
	text-align: center; 
	color: #FFFFFF; 
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
	background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
	background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
	background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
	background-image: -o-linear-gradient(top, #d3d3d3, #707070);
	background-image: linear-gradient(to bottom, #d3d3d3, #707070);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	}
