@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+general
	+wrapper
	+classes
*/

/* +general */
html, body, #wrapper {
	width:100%;
	height:100%;
	line-height:0;
	font-family:Arial;
	min-width:970px;
	min-height:835px;
}

a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline; color:#000;}
/* end general */

/* +wrapper */
#wrapper{line-height:normal;}
/* end wrapper */

/* end no-flash */
#no-flash{width:100%; background:url(../imgs/bg/no-flash.jpg) repeat-x 0 0; height:100%; font-style:italic;}
#no-flash .text{width:443px; background:url(../imgs/others/no-flash.png) no-repeat 0 0; padding:96px 0 0 35px; height:128px; margin:-112px 0 0 -240px; position:absolute; top:45%; left:50%;}
#no-flash .text h2{font-size:30px; font-weight:bold; letter-spacing:-0.03em;}
#no-flash .text p{width:375px; padding:0 18px; text-align:center; color:#fff; font-size:14px; font-weight:bold; line-height:120%; letter-spacing:-0.03em;}
#no-flash .text a{display:block; width:186px; padding:2px 0 2px 24px; background:url(../imgs/buttons/flash.gif) no-repeat 0 0; font-size:14px; font-weight:bold; margin:6px 0 0 88px; text-decoration:underline; letter-spacing:-0.03em; height:18px;}
#no-flash .text a:hover{text-decoration:none;}
#no-flash .bibi{width:82px; background:url(../imgs/others/logo-no-flash.gif) no-repeat 0 0; height:60px; position:absolute; right:40px; bottom:40px;}
/* end no-flash */

/* +classes */
/* end classes */