@charset "UTF-8";
@import url(menu.css);

img, div, a, input { behavior: url(styles/resources/iepngfix.htc);}
img{border:none;}

a {outline:none}
a:link  {color:#fff; text-decoration:none;}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

body
{
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	margin-top: 30px;
}

p
{
	color:#fff;
}

#wrapper
{
	width:100%;
	text-align:center;
}

#content
{
	width:909px;
	height:653px;
	background-image:url(images/bodybg2.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#top
{
	height:170px;
	width:850px;
}

*:first-child+html #top
{
  	margin-left:0px;
	
}

* html #menu
{
	margin-left:0px;
}

#middle
{
	padding-top:50px;
	padding-left:60px;
	padding-right:60px;
	height:353px;
	width:790px;
}

#footer p
{
	color:#fff;
	text-align:center;
}