@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

#ssiframe { position: absolute; display: none; color:#900; z-index: 10; left: 50%; width: 716px; height: 460px; margin-left: -230px; top: 50%; margin-top: -200px; border: 0px solid red; background: transparent; }
body{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: url(sigbackground.jpg) no-repeat #062438 center;
	margin:0;
	height: 100%;
/*	overflow: hidden; */
}

html{
	height: 100%;
}

#header{
	clear: both;
	position: absolute;
	z-index:100;
}

#container{
	width: 500px;
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	padding:0 0 20px 0;
}

#footer{
	height: 10px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #12355a;
	z-index:100;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px 0 5px 0;
	clear: both;

}

#flashContent{
	position: relative;
	min-width: 980px;
	height: 100%;
	width: auto !important;
	width: 980px;
}

h1{
	display: inline;
	float:left;
	text-align:left;
	font-size: 24px;
	margin:0 0 -10px 0;
}

#worksDetail .client{
	clear:left;
	display: inline;
	width:100px;
	text-align:right;
	float:right;
	font-size:14px;
	margin:15px 0 -20px 0;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 16px;
}

h5{
	font-size: 13px;
}

