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

#container {
	width: 900px;
	background: #FFFFFF;
	margin: 10 auto;
	padding-left: 0px;
	padding-right: 10px;
	overflow: hidden;
	background-image: url(images/PouchMouseBackground.png);
	background-repeat: repeat-y;
}

#banner {
	background-image: url(images/PouchMouseBanner.png);
	width: 900px;
	height: 110px;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 10px;
}
#navigation {
	clear: left;
	float: left;
	height: 900px;
	width: 150px;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
}
#navHome {
	height: 35px;
	margin-top: 100px;
	margin-right: 10px;
}
#navAbout {
	height: 35px;
	margin-top: 50px;
	margin-right: 10px;
}
#navGames {
	height: 35px;
	margin-top: 50px;
	margin-right: 10px;
}

#content {
	clear: none;
	float: left;
	height: 900px;
	width: 750px;
	text-align: center;
	font-size: 24px;
}

img
{  border-style: none;
}
