@charset "utf-8";
/* CSS Document */

/* ************************************************************************************************************************

Cian Marketing

File:			style.css
Author:			Amapolazul
Homepage:		www.amapolazul.com
Copyright:		2014

************************************************************************************************************************ */

/* ---------- General ---------- */

html, body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ---------- Template ---------- */

.myIndex {
	width:1040px;
	height:720px;
	margin:auto;
	padding:10px 10px 0px 10px;
}

.get_center {
	margin-top:-17px;
	margin-left:-56px;
	top:50%;
	left:50%;
	position:absolute;
}

.copyright {
	width:980px;
	margin:auto;
	padding:0px 10px 10px 10px;
	color:#666;
	text-align:center;
}

.copyright a {
	color:#666;
	text-decoration:none;
}

.copyright a:hover {
	text-decoration:underline;
}