/*EP.net default CSS*/
/* CSS Document */
* {
   margin: 0;
   padding: 0;
}
body {
	margin:0;
	padding:0;
	background:#999999 url(../images/bg.jpg) repeat-x;
}
#wrapper {
	width:760px;
	margin:0 auto;
}
#content {
	width:760px;
	height:360px;
	background: url(../images/mainpict.jpg) no-repeat;
}

#content ul{
   margin: 0;
   padding: 0;
}
#content li{
	float:left;
	list-style:none;
}
#content  a{
	width:253px;
	height:233px;
	display:block;
	text-indent:-9999px;
}
 h1{
	width:433px;
	height:25px;
	display:block;
    background: url(../images/h1.gif) no-repeat;
	text-indent:-9999px;
	margin:73px 0 41px 0;
}
