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


#overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index: 900;
	width: 100%;
	height: 1200px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	display: block;
	}
	
#plate {
	position: absolute;
	top: 120px;
	width: 750px;
	background: #000;
	height: 450px;
	z-index: 1000;
	}
	
#button1 
{
    position: absolute;
    width: 175px;
    height: 55px;
    top: 330px;
    right: 40px;
    background: #000 url("button.gif") no-repeat;
    display:block;
    cursor: pointer;
}

#link {
	position: absolute;
    width: 175px;
    height: 55px;
    top: 330px;
    right: 40px;
    background: green;
    display:block;
    border: 1px solid green;
	}