/*
*
* AnchousStudio.cssgenerator
* 
* @title: CCS for intro page
* @description: Qualitative commercial software for business and private clients
* @param: body, html, divContainer
*
*/

/*----------Site body----------*/
/*----------Main params--------*/
body,html{
	display:table;
	margin:0px;
	padding:0px;
	background:url(../images/Anchous_Studio_background.png) top left;
	width:100%;
	height:100%;
	min-width:850px;
}
/*----------Main params--------*/
/*----------Containers---------*/
#ac_main_body{
	margin:0px;
	padding:0px;
	width:100%;
}
#ac_center_body{
	display:table;
	background:url(../images/Anchous_Studio_lighter.png) no-repeat bottom center;
	width:100%;
	height:600px;
}
#ac_body_logo{
	display:table;
	margin:300px 0 0 0;
	width:100%;
}
/*----------Header-------------*/
#ac_logo_block{
	margin:0 auto;
	display:table;
	width:435px;
	height:210px;
}
#ac_logo{
	float:left;
	margin:33px 0 0 20px;
}
#ac_moto{
	float:left;
	padding:42px 15px;
}
#ac_qr_code{
	float:left;
}
/*----------Header-------------*/
/*----------Center Border------*/
#ac_center_body_border{
	background:#eda52d;
	width:100%;
	height:5px;
}
/*----------Center Border------*/
/*----------Footer-------------*/
#ac_center_body_footer{
	margin:0 auto;
	display:table;
	height:120px;
	width:850px;
}
#ac_body_footer_left,
#ac_body_footer_right{
	float:left;
	padding:20px;
	margin:22px 0 0 0;
}
#ac_body_footer_right{
	padding:18px 20px;
}
#ac_body_footer_line{
	float:left;
	margin:20px 0 0 0;
	background:url(../images/Anchous_Studio_line.png) no-repeat top left;
	width:1px;
	height:84px;
}
/*----------Footer-------------*/
/*----------Containers---------*/
/*----------Fonts--------------*/
@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../fonts/TitilliumText22L002-webfont.eot');
    src: url('../fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('../fonts/TitilliumText22L001-webfont.eot');
    src: url('../fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L001-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ac_content{
	font-family: 'TitilliumText22LLight';
	font-size:13px;
	color:#fff;
	line-height:20px;
}
.ac_year{
	font-family:'TitilliumText22LThin';
	font-size:36px;
	color:#fff;
	line-height:40px;
}
.ac_address{
	font-family:Tahoma;
	font-size:11px;
	color:#afafaf;
	line-height:15px;
}
/*----------Fonts--------------*/
/*----------Site body----------*/