/* rosis style sheet */
	body { 
 		margin: 60px auto; 
  		font-family: Verdana, Arial, Helvetica, sans-serif; 
  		font-weight: normal; 
		font-size: 20px; 
		text-align: center;
  		//background: #EDFFDE;
 		background: #012210;
		color: #FFFFAA;
	}

	.bgdiv {
		background-image: url('bgimage.jpg');
    		background-repeat: no-repeat;
    		background-attachment: fixed;
    		background-position: center; 
	}

	h1 {
		font-size:24px;
		text-align:center;
		color: #FFFFAA;
	}

	.mypic {
		display:none;
	}

	.mydescr {
		margin-top:10px;
		margin-left:26px;
		font-size:20px;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		color:#FFFFAA;
		display:none;
		// cursor:pointer;
	}

	a {
		font-size:14px;
		font-weight:bold;
		text-align:center;
		color: #012210;
	}

	.fbla {
		font-size:20px;
		font-weight:normal;
		text-align:center;
		text-decoration:underline;
		color: #0000AA;
	}

	p {
  		text-align: center;
  		margin-top: 20px;
  		padding: 0px 0px;
	}

	img {
		margin-left:-13px;
		border: solid 13px;
		border-radius: 10px;
		border-color:#012210;
		width: 200px;
	}

	.outerdiv {
		border: solid 13px;
		border-radius: 10px;
		border-color:#FFFFAA;
		width:1200px;
	}

	.fb-frame {
  		border: solid 2px;
  		padding: 1px;
		border-radius: 6px;
		width: 340;
	}

        .selector {
		display:inline-block;
		text-align:center;
		color:#ffffaa;
		background-color:#234432;
		position:relative;
		overflow:hidden;
		z-index:1;
		padding:0;
		opacity:0.7;
		border-radius:30%;
		cursor:pointer;
		font-size:24px;
		width:40px;
		height:40px;
		line-height:36px
	}

        .infobox {
		display:inline-block;
		text-align:center;
		color:#ffffaa;
		background-color:#234432;
		position:relative;
		overflow:hidden;
		z-index:1;
		padding:0;
		opacity:0.7;
		border-radius:30%;
		cursor:pointer;
		font-size:14px;
		font-style:italic;
		width:20px;
		height:20px;
		line-height:20px
	}
