@charset "utf-8";
/*------------------------------------------------------------------------------------

[Master Stylesheet]

Project:	Accea Czech Republic

* body
				+ My Alternative Content / #myAlternativeContent
								- no Flash Content / #noFlashContent
												- no Flash Text / #noFlashText
												

------------------------------------------------------------------------------------*/

@import "reset.css";

/*----------------------------------------------------------------------------------*/

html{
height:100%;
}

body{
height:100%;
background-color:#000;
color:#636466;
overflow:hidden;
}

#noFlashContent{
width:500px;
margin:192px auto 0 144px;
}

#noFlashText{
width:410px;
margin-top:1em;
font-size:0.8em;
}
#noFlashText strong{
font-size:1.1em;
line-height:1.8em;
}


