@charset "utf-8";

html {
	background: #ffc7c7;
}

body {
	background: #ffc7c7;
	min-width: 900px;
	height: 100%;
}

sub, sup {
	line-height: 1em;
}


div#container {
	line-height: 1.5;
	font-size: 100%;
	color: #000000;
	width: 100%;
	height: 100%;
	min-height: 100%;

}

body > div#container {
	height: auto;
}

a {
	outline: none;
}

a:link {
	color: #1093e6;
	text-decoration: underline;
}
a:visited {
	color: #1093e6;
	text-decoration: underline;
}
a:hover {
	color: #4eb7f9;
	text-decoration: underline;
}


.wrapMain {
	width: 900px;
	height: 700px;
	margin: 0 auto;
}






 /* ---------------------------------------------------------

	flash area

 */


#flashcontent {
	width: 900px;
	height: 700px;
}


.area_noflash {
	background: url(../images/noflash.jpg) 0 0 no-repeat;
	width: 900px;
	height: 700px;
	position: relative;
}

.area_noflash h1 {
	width: 328px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 286px;
}

.area_noflash .logoRocket {
	margin: 0 0 0 27px;
	width: 42px;
	height: 48px;	
}

.area_noflash .downloadLink {
	width: 160px;
	height: 41px;
	position: absolute;
	top: 291px;
	left: 369px;
}


.area_noflash .blogLink {
	width: 148px;
	height: 118px;
	position: absolute;
	top: 526px;
	left: 521px;
}





