@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	background: repeat-x url('../gfx/background.png') #FFFFFF;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

#swoosh {
	position: absolute;	
	left: 0px;
	top: 0px;
	z-index: -1;
}

#gridcontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	top: 40px;
}

#throbber {
	position: absolute;
	background: url('../gfx/throbber.gif');
	width: 220px;
	height: 19px;
	left: 215px;
	top: 200px;
	text-align: center;
}

#nwbox,#nbox,#nebox,#ebox,#sebox,#sbox,#swbox,#wbox {
	position: absolute;
	width: 119px;
	height: 114px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	border: 1px solid #000000;
	background-color: #BBE0E0;
	color: #000000;
	text-align: center;
}

#pokertxt,#aboutmetxt,#linktxt,#chattxt,#brandytxt {
	overflow: hidden;
	position: relative;
}

#tpbox,#dlbox,#aboutbox,#brandybox,#chatbox {
	position: absolute;
	width: 101px;
	height: 101px;
	padding: 15px;
}

#tpimg,#linkimg,#aboutmeimg,#brandyimg,#chatimg {
	cursor: pointer;
}

#footercontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	top: 450px;
}

#shinmalogo {
	position: absolute;
	left:630px;
}

