@charset "UTF-8";
/* CSS Document */

body {
	background-color:#b0b0b0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.StoryTablet_Home, .StoryTablet_HowWork, .StoryTablet_Pricing {
	margin:20px auto;
	text-align:center;
	height:572px;
	width:780px;
	position:relative;
	
}

.StoryTablet_Home {
	background-image:url(FireworksExports/StoryTablet_Background.png);
}

.StoryTablet_HowWork {
	background-image:url(FireworksExports/HowWork_Background.png);
}

.StoryTablet_Pricing {
	background-image:url(FireworksExports/Pricing_Background.png);
}


#TopButton {
	position:absolute;
	left:51px;
	top:476px;
	width:174px;
	height:25px;
	z-index:1;
}

#BottomButton {
	position:absolute;
	left:51px;
	top:511px;
	width:174px;
	height:25px;
	z-index:1;
}

#BottomButton_Order {
	position:absolute;
	left:555px;
	top:511px;
	width:174px;
	height:25px;
	z-index:1;
}

.FormHeaderPadding {
	padding-right:120px;
}

