/* CSS Document */
#strip1 {
	position:absolute;
	top:25%;
	height:170px;
	width:100%;
	/*border-top:1px solid #000000;*/
	/*border-bottom:1px solid #000000;*/
	/*background-color:#4A77A6;*/
	/*background-image:url(main.jpg);*/
	background-repeat:no-repeat;
	background-position:right;
	z-index:1;
}
#strip2 {
	height:2px;
	width:100%;
	top:0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	vertical-align:middle;
	background-color:#999999;
	margin-left:0px;
	margin-right:0px;
	z-index:2;
}
#strip3 {
	height:2px;
	width:100%;
	bottom:0px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	vertical-align:middle;
	background-color:#999999;
	margin-left:0px;
	margin-right:0px;
	z-index:2;
}
#strip4 {
	height:150px;
	width:100%;
	border-left:1px solid #FFFFFF;
	background:#999999 url(../images/3imgs2.jpg) repeat-x;
	margin-bottom:0px;
	top:10px;
	z-index:2;
}

body {
	/*background:#CCCCCC url(../images/body_wall.jpg) top left repeat;*/
	margin: -1px -1px auto;
	padding:-1px -1px;
	height:100%;
	width:100%;
	background-color:#5E6593;
}

.enter {
	height:25px;
	max-height:25px;
}

.enter:hover {
	height:25px;
	max-height:25px;
	margin:20px;
}