@charset "UTF-8";




/*
* {
margin:0;
padding:0;
}
*/

a:link{
	border:none}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	
	background-image: url('tile.jpg'); 
	background-repeat: repeat;
	background-attachment: fixed;
	
	border:none;
}
#container {
	height:658px;
	width: 1080px;
	
	padding: 0px;
	
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	
}
#flash{ 
float:left;
width: 869.5px; /* the auto margins (in conjunction with a width) center the page */
height: 658px;}        
#onlinestore {
margin-left:10px;
float:left;
background:transparent
height:180px;
width:200px;
}