body 	{
	margin: 0;
	padding: 0;
	background: ;
	font-size:  px;
	font-family: ;
	}

#windowbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1000px/* -- adjust this in parallel with height of worksnotice*/ ;
	}

#workshadow {
	height: 530px; 	
	}

#worksnotice {
	height: 913px/*613px */;	
	}


#worksnotice {
	width: 650px;
	}

#worksnotice.threepart {
background: white none;
	}


#worksnotice h1	{
	font-family: 'courier new', courier, georgia, serif;
	font-size: 18px;
	text-align: center;
	word-spacing: px;
	letter-spacing: px;
	color: green;
	}

#worksnotice p	{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
font-weight: bold;
	line-height: px;
	margin: 15px 10px 0 30px;
	color: navy;
	text-align: left;
	}

#worksnotice p.smartlink {
	color: green;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
	padding: 0 0 40px;
text-align: center;
/*border: 1px solid red;*/
	}
	
.left	{
	margin: 0 10px -50px 0;
	}

.right	{
	margin: 0 10px -50px;
	}

#worksnotice .close {
	text-align: center;
margin-top: 25px;
	}


