/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

html {
	background-color: #1E70A8;
	background-image: url(../images/bg.jpg);
	height: 100%;
}
body {
	font: 16px Trebuche;
	color: #fff;
	margin-top: 25px;
}

.center{
	margin-left: 20%;
}

.txtContent{
	padding-top: 25px;
	text-indent: -9999px;
	background: url(../images/txt_content.png) no-repeat;
	width: 471px;
	height: 180px;
	margin-top: 15px;
}

.imgBooks{
	margin-left: -10px;
}

.btn1{
	margin-bottom: 0;
	padding-top: 20px;
}

.container p {
	color: #fff;
	margin: 5px 0 10px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}

.containter{
	position: relative;
}

.right{
	text-align: right;
	padding-right: 10px;
}

.right a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.img01{
	text-indent: -9999px;
	width: 323px;
	height: 419px;
	background: url(../images/img01_my-trix.png) no-repeat;
}

.img02{
	width: 290px;
	height: 419px;
	background: url(../images/img02_bride.png) no-repeat;
	text-indent: -9999px;
}

.img03{
	text-indent: -9999px;
	background: url(../images/img03_office.png) no-repeat;
	width: 329px;
	height: 419px;
}
/* L A Y O U T */

.h1-intro{
	text-indent: -9999em;
	background: url(../images/H1_intro.png) no-repeat;
	width: 501px;
	height: 120px;
}





/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}