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

body{
	margin:0px;
	background-image: url(images/bg_blue_cubes.jpg);
	background-repeat:repeat;
	text-align:center;
	}
.main_content{
	width:100%;
	height:auto;
	overflow:auto;
	text-align:center;
	}
.store_identification_logo_system{
	text-align:center;
	height:500px;
	width:100%;
	background-image:url(images/keyboard_vertical_shadow.png);
	background-repeat:repeat-x;
	float:none;
	
	}
.bottom_shadow{
	position:fixed;
	bottom:0px;
	width:100%;
	height:266px;
	background-image:url(images/keyboard_bottom_shadow.png);
	background-repeat:repeat-x;
	overflow:auto;
	z-index:10;
	}

.store_logo_big_full{
	background-image:url(images/store_logo_big_full.png);
	background-repeat:no-repeat;
	margin: auto;
	position:relative;
	top:120px;
	width:349px;
	height:342px;
	overflow:auto;
	}

.go_to_website{
	height:auto;
	width:100%;
	text-align:center;
	font-size:30px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	z-index:999;}
	

.go_to_website a{
	font-size:30px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	z-index:999;}
	
.go_to_website a:hover{
	font-size:32px;
	z-index:999;
	color:#FC0;}

.author_copy{
	height:auto;
	width:100%;
	text-align:center;
	font-size:11px;
	color:white;
	margin:5px auto;
	font-family:Arial, Helvetica, sans-serif;
	z-index:999;}