html{
	height: 100%;
}
body{
	background: #fff url(../images/k_home.jpg) no-repeat top left;
	background-attachment: fixed;
	position: fixed;
	font-family: Arial Narrow;
	font-weight: 400;
	font-size: 15px;
	color: #494949;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}



.container{
	width: 620px;
	min-width: 320px;
	position: relative;
}

.container > header h2{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #000099;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

