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

body {
	background-color:#E0E0E0;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.shadow-one {
	position:absolute;
padding-top: 100px;
	padding-left: 100px;
	
    }

.corner-a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(shadow.png) right top no-repeat;
    }

.corner-b {
    position:inherit;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: url(shadow.png) left bottom no-repeat;
    }

.shadow-two {
    background: url(shadow.png) right bottom no-repeat;
    }

.shadow-three {
    position: relative;
    left: -100px;
    top: -100px;
    background: url(shadow.png) left top no-repeat;
    }

.shadow-four {
	position: relative;
	left: 50px;
	top: 50px;
	overflow: hidden;
    }
	
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #666;
}
a:active {
	color: #FFF;
}
