html,body{
margin:0;
padding: 0;
background:#ffffff;
width:100%;
height:100%;
overflow: hidden;
}

a{color:#1c80c2;font: 15px Lucida Console;text-decoration: none; }
a:hover{ color:#373737; }
a img{ border:0; }
a, img, div, input  { outline: none; }
img { border: 0; -ms-interpolation-mode: bicubic;}
ul,li{ margin:0; padding:0; list-style-type:none; }
ol, ul { list-style-position: inside; }
input[type='submit']::-moz-focus-inner{padding:0 3px 5px 3px;border:0}

/*====================-=Macros=-====================*/
.clr,.clear{width:100%;clear:both;margin: 0;padding: 0;display:block;}/*очистка*/
.none {line-height:0;}
/*====================-=End Macros=-====================*/

/*====================-=All=-====================*/
.wallpaper{
	width: 100%;
	height: 100%;
	min-height:600px;
	min-width:800px;
	position: relative;
}
	.all{
		position: absolute;
		top:50%;
		left:50%;
		width:1024px;
		height:750px;
		margin:-375px 0 0 -512px;
		_margin:-300px 0 0 -512px;
		background:url(../img/control.jpg) no-repeat;
	}
		.logo{
			width: 326px;
			height: 75px;
			background: url(../img/logo.gif) no-repeat;
			margin:190px 0 0 139px;
			_margin:190px 0 0 65px;
			float:Left;
			display: inline-block;
		}
			.logo a{
				width: 326px;
				height: 75px;
				float:Left;
				display: inline-block;
			}
			
/*====================-=End All=-====================*/