@IMPORT url('reset.css');  /* Чистилка стилей */ 

#header, #plashka_holder, #statistics, #main_menu_container{
	display: none;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bolder;
}

h1 {
	font-size: 175%;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: #000000 1px solid;
}

h1:before{
	content: "8088.ru: ";
}

h1 {
	font-size: 135%;
}

#content{
	padding: 20px 40px;
}

#content p{
	margin-bottom: 10px;
}

#copyright{
	font-size: 85%;
	margin: 0px 40px;
	padding: 50px 0px;
	border-top: #000000 1px solid;
}

a:after {
	content:" (" attr(href) ") ";
	font-size:90%;
	font-weight:bold;
}