
body, html  { height: 100%; }html, body, div, span, applet, object, iframe,/*h1,2, h3, h4, h5, h6,*/ p, blockquote, pre,a, abbr, acronym, address,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }:focus { outline: 0; }del { text-decoration: line-through; }table {border-spacing: 0; }

/* Clear Floated Elements http://sonspring.com/journal/clearing-floats */
 .clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

/*------------------------------------------------------------------ */

/* Page Style */
body{
	color: #e9e2ee;
	font-size: 14px;
	font-family: sans-serif;
	line-height: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	background: #55575c url(bg.jpg);
	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
	   -moz-box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
			box-shadow: inset 0 0 300px rgba(0,0,0,0.5);
}
a,
a:link,
a:visited {
	color: #c6eaf7;
	font-weight: bold;
	text-decoration:none;
}
a:active,
a:hover {
	color: #d8f3fd;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75), 0 0 5px rgba(198,234,247,0.4);
}
p{
	margin-bottom: 0.3em;
}
.center,
 img.center {
	text-align: center;
	clear: both;
	display: inline;
	margin-left: auto;
	margin-right: auto; 
}

.photocontent img{
	height:99%;
}

.photocontent {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    height: 30px; 
    left:8.7%;
    top:0.5%;

   position:relative;
}

.btn {
  background: #b3b3b3;
  background-image: -webkit-linear-gradient(top, #999999, #b3b3b3);
  background-image: -moz-linear-gradient(top, #999999, #b3b3b3);
  background-image: -ms-linear-gradient(top, #999999, #b3b3b3);
  background-image: -o-linear-gradient(top, #999999, #b3b3b3);
  background-image: linear-gradient(to bottom, #999999, #b3b3b3);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 0px 0px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #b3b3b3;
  -moz-box-shadow: 0px 1px 3px #b3b3b3;
  box-shadow: 0px 1px 3px #b3b3b3;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 20px;
  padding: 7px 28px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #b3b3b3;
  background-image: -webkit-linear-gradient(top, #999999, #9ab0d3);
  background-image: -moz-linear-gradient(top, #999999, #9ab0d3);
  background-image: -ms-linear-gradient(top, #999999, #9ab0d3);
  background-image: -o-linear-gradient(top, #999999, #9ab0d3);
  background-image: linear-gradient(to bottom, #999999, #9ab0d3);
  text-decoration: none;
}

.btn {
	position:relative;

}

#button{
	positon:absolute;
	top:-95%;
	right:8.6%;
}
