@charset "utf-8";
body, html{
  margin:0;
  padding:0;
}

table{
	border: 0;
	border-color: black;
}

footer{
	background-color: black;
	color: #909090;
}
header{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;

	
}
body
{
	color: black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
#wrapper
	{
	text-align: center;
	width: auto;




		background: ;
	margin: 0;
	min-width: 100%;
		
	}

content
{
	
	width:600px;
	
	
}

@media (min-width : 601px )
{
	.mainbody 
	{
		width: auto;
		textcolor: white;
		padding: 0px;
		margin: 0px;
	}
	

#fleabg {
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/bgFlea.png);
}
#TWbg {
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/bgTW.png);
}
#bowlBG {
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/BowlBG.png);
}
#protobg {
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF;
	background-image: url(../images/bgprototype.gif);
}

}

@media (max-width : 600px )
{
	.mainbody 
	{
		width: auto;
		textcolor: white;
		padding: 0px;
		margin: 0px;
	}
	

#fleabg {
	background-attachment: fixed;
	background-repeat: repeat;
	background-image:url(../images/yellowBGFlea.png)
}
#TWbg {
	background-attachment: fixed;
	background-repeat: repeat;
	background-image:url(../images/purpleBG.png)
}
#bowlBG {
	background-attachment: fixed;
	background-repeat: repeat;
	background-color:#0077a1;
	background-image:url(../images/blueBG.png)
}
#protobg {
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF;
	background-image: url(../images/bgprototype.gif);
}
}