@CHARSET "UTF-8";
*{
	margin: 0;
	padding: 0;
}

/* hide from ie on mac \*/
html {
    height: 100%;
	padding: 0;
	margin: 0;                
}
#flashcontent {

}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 76% Arial, sans-serif;
	/*background: url(../img/bg-alt-cont.jpg) #FFFFFF repeat-y top center;*/
	
}
p{
	color: #90857B;
	font-family: perpetua;
	font-size:16px;
}

/*************************alternative content****************************************/
#content{
	margin:71px auto 0;
	width:990px;
	position: relative;
}
.logo{
	left:826px;
	position:absolute;
	top:1px;
}
.alternative-content .key-visual{
	background:transparent url(../img/key-visual.gif) no-repeat scroll 0 0;
	display:block;
	width:570px;
	height:574px;
	margin:0 auto;
}
p.download{
	text-align:right;
}
p.download a{
	color: #90857B;
	font-family: perpetua;
	font-size:16px;
}
/*************************end alternative content****************************************/

/*************************google content****************************************/
.googleContent h2{
	margin-top:15px;
}
.googleContent p{
	margin-bottom:5px;
}
/*************************end google content****************************************/
