.max-width-400 {
	max-width: 420px;
	margin: auto;
}

.width-200 {
	width: 200px;
}

.max-width-740 {
    max-width: 740px;
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.full-screen {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
	/*z-index: 1000;*/
	top: 0px;
	left: 0px;
	background: #f4f4f4 url(../images/background.png);
}
