body{
	text-align:center;
	padding:0px 0px;
	}
	#out{
		margin:0 auto;
		text-align:left;
		width:977px;
		height:776px;
		position:relative;
		}
		.content{
			width:900px;
			height:630px;
			position:absolute;
			left:38px;
			top:67px;
			}
			.logo{
				margin:0 auto;
				text-align:center;
				height:98px;
			}
			.navbg{
				height:34px;
				background-image:url(../images/navBG.jpg)				
				}
			.view{
				position:absolute;
				top:268px;
				left:350px;
				width:616px;
				}
				.text{
					width:650px;
					top:300px;
					left:356px;
					position:absolute;
					}
			.sec{
				position:absolute;
				width:155px;
				left:151px;
				top:268px;
				}
				#in .sec{
					width:163px;
					padding-top:10px;
					left:117px;
					top:272px;
					}

/* =Shadows
----------------------------------------------- */
.shad-top,.shad-bot,.shad-mid,.shad-str{
	position:absolute;
	left:0;
	}
.shad-top{
	height:165px;
	width:977px;
	top:0;
	background:url(../images/s-top.png) no-repeat 0 0;
	}
.shad-bot{
	height:97px;
	width:977px;
	bottom:0;
	background:url(../images/s-bot.png) no-repeat 0 0;
	}
.shad-mid{
	height:355px;
	width:977px;
	top:165px;
	background: url(../images/s-mid.png) no-repeat 0 0;
	}
.shad-str{
	height:159px; 
	width:977px;
	top:520px; 
	background: url(../images/s-cont.png) repeat-y 0 0;
	}


