@charset "utf-8";

/*----- General styles -----*/
/* hide from ie on mac \*/
html{
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;
}
/* end hide */
body	{font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:0; color:#333; height:100%; padding:0; margin:0; background:#9a7a49 url(../images/bg_intro2.jpg);}
p 		{margin:0;}
img		{border:none;}

a 		{color:#069; text-decoration:underline;}
a:hover	{color:#09f; text-decoration:none;}

#flashwrapper{
	height:100%;
	/* max-width:1400px;
	max-height:950px;

	position:absolute;
	left:50%;
	top:50%;
	margin:-400px 0 0 -640px; */
	margin:0 auto;
}

.left	{float:left;}
.right	{float:right;}
.clear	{clear:both; height: 0; line-height: 0; font-size: px; /*for IE*/}
.hidden {display:none;}
.small	{font-size:11px;}
.big	{font-size:14px; font-weight:bold;}
.nobord	{border:none;}
