       /*
******************************************************

       pixpal.com CSS

       handcoded by Francis Booth
       unflection.com
       August 2006

******************************************************
       */


/* layout */

	body {
		background:#000 url('../images/bg.gif');
		margin:0;
	}

	#flashcontent {
		width: 100%;
		min-width:785px;
		height: 555px;
		top:50%;
		margin-top:-300px;
		position:absolute;
	}


/* links */

	a { color:#900; text-decoration:none; border-bottom:1px dotted #900; margin-bottom:1px; }
	a:hover { border-bottom:2px solid #900; color:#900; cursor:pointer; }
	a img { border:none; } /* sorts ie */


/* typography */

	body {
		font:11px/15px 'Lucida Grande', 'Lucida Sans Unicode', verdana, arial, sans-serif;
		color:#424242;
	}
	h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,li,dl,dt,dd { margin:0; padding:0; }
	h1,h2,h3,h4,h5,h6,p { padding-bottom:7px; }
	a { color:#900; text-decoration:none; border-bottom:1px dotted #900; margin-bottom:1px; }
	a:hover { border-bottom:2px solid #900; color:#900; cursor:pointer; }
	a img { border:none; } /* sorts ie */


/* ...extraneous */

	#testtesttesttest {
		border:1px red solid;
	}