body { /* div глобальный - всё в нём */
	width: 960px;
	margin: 0 auto; 
	font: normal normal normal 1em sans;
	/* background-image: url(/img/background.png); */
	background: #efefef;
}

/* ссылки */
/*.linked { 
	cursor: pointer;
	border-bottom: 1px dotted #87B6D9;
	color: #2E6E9E;
}
*/
h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

.text_small { /* текст маленького размера */
	font-size: 0.8em;
}

#global {
	padding: 5px;
}

header {
	background: white;
	padding-top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	vertical-align: top;
	font: normal normal normal 1em sans;
	box-shadow: 5px 5px 2px grey;
	-moz-box-shadow: 5px 5px 2px grey;
	-webkit-box-shadow: 5px 5px 2px grey;
}
.header1 {
	font-size: 5em;
}
.header2 {
	font-size: 2em;
}


article {
	background: white;
	padding-top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 5px 5px 2px grey;
	-moz-box-shadow: 5px 5px 2px grey;
	-webkit-box-shadow: 5px 5px 2px grey;
}

footer {
	background: white;
	padding-top: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-left: 5px;
	font-size: 0.8em;
	color: #dddddd;
	box-shadow: 5px 5px 2px grey;
	-moz-box-shadow: 5px 5px 2px grey;
	-webkit-box-shadow: 5px 5px 2px grey;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #466982;
}

.users {
	color: #8BD0FF;
}
.sites {
	color: #FF5555
}
.sites_list {
	color: #FFDD55
}

.user_btn{
	width: 300px;
	margin: 0 auto; 
	font: normal normal normal 1.1em verdana;
	/* background-image: url(/img/background.png); */
	background: #FFB800;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.site_btn{
	width: 300px;
	margin: 0 auto; 
	font: normal normal normal 1.1em sans;
	/* background-image: url(/img/background.png); */
	background: #FFB800;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

