﻿#jsw {
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
	filter: alpha(opacity=80);
	z-index:1;
}

#jsw-text {
    position: absolute;
    color: #FFFFFF;
    margin-top: 10%;
	margin-right:17%;
    margin-left:17%;
    border: 3px solid #888080;
    border-radius: 10px;
    padding: 15px;
	text-align:center;
	z-index:2;
}