
@media screen{

	/* Global tags */

body {

	background-color: #1d0301;
	margin: 0px;
	background-image: url(../images/index_page_bg.jpg);		
	background-repeat: horizontal;
	background-position: top;
}
#embrace {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 1000px;
	min-height: 1000px;
	background-image: url(../images/index_full_bg.jpg);		
	background-repeat: no-repeat;
	background-position: top left;
	
}

.index_lat {
	position: relative;
	left: 120px;
	top: 330px;
}
.index_cir {
	position: relative;
	left: 194px;
	top: 330px;
}
}




@media print{


}