@-ms-viewport { width: device-width; }

@media all and (min-width: 1150px) {
	.content		{ width: 100%; height: auto; min-height: 100%; background: #ffffff url('headerBg.jpg') no-repeat top right; }
	.header			{ width: auto; height: 100px; background: url('logo.png') no-repeat 0 8px; }
	
	.loginBox			{ width: 263px; height: auto; min-height: 366px; padding: 22px 20px 0 20px; position: relative; z-index: 1; display: inline-block; vertical-align: top; background: url('loginBox.png') no-repeat; }
}