#content
{
	position:relative;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin: 50 auto 0 auto;
	background-image:url('imgs/back.jpg');
	background-size: 100%;
	width:720px;
	height:680px;
	color: rgb(255,181,70);
	font-size:16px;
	font-weight:bold;
}

#texthigh
{
	position:relative;
	right:20px;
	width:430px;
	margin: 0 auto 0 auto;
	font-variant:small-caps;
}

#text
{
	position:relative;
	width:430px;
	top:10px;
	margin: 0 auto 0 auto;
}

#main-text
{
	position: relative;
	width: 450px;
	top: 10px;
	height: 330;
	right:10px;
	padding:20px;
	margin: 20 auto 0 auto;
	overflow: scroll;
	overflow-x: hidden;
}

#bottom
{
	position:absolute;
	bottom:40px;
	left:110px;
	text-align:center;
	font-size: 60%;
}

#bywhom
{
	position:absolute;
	bottom:10px;
	left:202px;
	text-align:center;
	font-size:12px;
}

#poct
{
	position:absolute;
	left:720px;
	top:630px;
}

#connect
{
	position:absolute;
	left:-14px;
	top:60px;
	width:150px;
	text-align:center;
}

body
{
	background-image:url('imgs/under.jpg');
	background-size: 100%;
}

a
{
	margin:10px;
}

a:link,a:visited
{
font-weight:bold;
color: rgb(233,211,101);
background-color:black;
padding:4px;
text-decoration:none;
text-transform:uppercase;
line-height: 22px;
}
a:hover,a:active
{
background-color:#660000;
font-size:105%;
}

h1
{
	text-align:center;
}



#info
   {
      position:absolute;
      background:rgb(60,10,20);
	  color: rgb(233,211,101);
      display: none;
      padding:10px;
    }
   
   ul
   {
      padding-left:15px;
      margin:0px;
	  float:left;
   }
   
 #info img
   {
      float:left;
      margin-right:10px;
   }  