/* CSS Document */

.profile_container
{
	position:relative;
	width: 400px;
	height: 300px;
}
.profile_image
{
	position: absolute;
    left:0px;
    top:0px;
	width: 400px;
	height: 300px;
    z-index:1;

}
.profile_spot
{
	position: absolute;
    left: 203px;
	top: 146px;
    width: 15px;
    height: 15px;
    z-index:3;
}

