	body {
		margin: 0 auto;
		text-align: center;
		background: #FFF url("/uc_img/body_bg_1920x1080.jpg") no-repeat top center ;
		font-family: 'Oswald', sans-serif;
	}

.mac_screen {
	background: url("/uc_img/screen_575x575.png") no-repeat;
	height: 575px;
	width: 515px;
	margin: 150px auto;
	padding: 100px 30px;
	text-align: center;
}

h1 {
	text-transform: uppercase;
	color: #b3b3b3;
}

a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	color:#666;
}

a:hover {
	color: #333;
}

@media screen and (max-width: 1920px) {
	body { background: #FFF url("/uc_img/body_bg_1920x1080.jpg") no-repeat fixed center top ; }
}

@media screen and (max-width: 1440px) {
	body { background: #FFF url("/uc_img/body_bg_1440x900.jpg") no-repeat fixed center center; }

	.mac_screen {
		margin: 50px auto;
	}


}


