/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0px; padding: 0px; }
body			{background: #0E1661 url(../../i/bg.gif) repeat 0 0;color: #999; font:11px/18px Lucida Grande, Geneva, Arial, Verdana; text-align:center;}

a {color: #fa0;text-decoration:none} a:hover {color:#DF4195;} a img{behavior: url(../../s/iepngfix.htc); border: 0;}

#page-wrap		    { width: 750px; margin: 25px auto; }

h4              { font-weight: normal; }
h2                  { font-size: 12px; font-style: italic; margin: 0 0 25px 0; }
h4                  { font-size: 14px; }

p                   { margin: 0 0 25px; }
