@charset "UTF-8";

            *{
                margin:0;
                padding:0;
            }
            body{
                font-family:Arial;
                background:#fff url(../backg.jpg) no-repeat top left;
            }
            a{
                color:#444;
            }
            a:hover{
                color:#999;
            }
            .title{
                width:500px;
                height:152px;
                position:absolute;
                top:0px;
                left:0px;
                background:transparent url(../title.png) no-repeat top left;
            }
            a.back{
                background:transparent url(../back.png) no-repeat top left;
                position:fixed;
                width:28px;
                height:28px;
                outline:none;
                bottom:0px;
                left:0px;
            }
			
			 a.back2{
                background:transparent url(../back2.png) no-repeat top left;
                position:fixed;
                width:28px;
                height:28px;
                outline:none;
                bottom:0px;
                left:30px;
            }
			
			 a.back3{
                background:transparent url(http://static01.linkedin.com/scds/common/u/img/webpromo/btn_cofollow_badge.png) no-repeat top left;
                position:fixed;
                width:158px;
                height:28px;
                outline:none;
                bottom:0px;
                left:62px;
            }
			
			
            #content{
                margin:0 auto;
            }
            .reference{
                clear:both;
                top:300px;
                left:0px;
                position:absolute;
                text-align:right;
                width:400px;
                padding:20px;
                background-color:#fff;
                -moz-box-shadow:1px 3px 15px #ddd;
                -webkit-box-shadow:1px 3px 15px #ddd;
                box-shadow:1px 3px 15px #ddd;
            }
            .reference p a{
                text-transform:uppercase;
                text-shadow:1px 1px 1px #fff;
                color:#a13362;
                text-decoration:none;
                font-size:11px;
            }
			.reference p b{
                text-transform:uppercase;
                text-shadow:1px 1px 1px #fff;
                color:#083755;
				font-weight: 100;
                text-decoration:none;
                font-size:11px;
            }
            .reference p a:hover{
                color:#f39f2b;
            }




