body {
	background-color: #223344;
	font-family:calibri, arial, sans serif;
	color:#ffffff;
}
#container {
	width: 830px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #a09f9b;
	background-color: #0f1215;
	background-repeat: no-repeat;
	background-position: 98%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10%;
	min-height: 290px;
}
#container-sub {
	width: 830px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid #a09f9b;
	background-color: #0f1215;
	background-repeat: no-repeat;
	background-position: 98%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 52px;
	min-height: 290px;
}
#left {
	width:410px;
	background-image:url(images/l_bg.png);
	background-repeat: no-repeat;
	background-position: 98%;
	min-height: 230px;
}
#right {
	float:right;
	width:410px;
	padding-top: 65px;
}
.logo {
	padding-left:13%;
	padding-top:80px;
}
#round {
	background-color: #12222E;
    border: 3px solid #FFCF65;
    border-radius: 100px;
    height: 100px;
    left: 778px;
    position: absolute;
    top: -50px;
    width: 100px;
	
}
h1 {
	font-weight:normal;
	font-size:24px;	
	color:#58B6FD;
}
#right h1 {	
	text-align:center;
	color:#ffffff;
}
h2 {
	font-weight:bold;
	font-size:18px;	
	color:#FFCF65;
}
#footer {
	text-align:center;
	margin-top:40px;
}
p {
	font-size:14px;
}
.sprite {
	width:123px;
	height:31px;
	background:url(images/li-sprite.png) 0px 0px;
	display:block
}        

.sprite:hover{
	background: url(images/li-sprite.png) 0px 31px;
}
#linked {
	margin-left:auto;
	margin-right:auto;	
}
a.more {
	color: #58B6FD;
    font-size: 70px;
    margin-left: 33px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 7px;
}
a:hover.more  {
		color:#ffcf65;
}
p a {
	color: #58B6FD;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	color: #dedede;
}
.grey {
	color:#d5d2cb;
}
.pipes {
		color:#3c3c3b;
		padding-left:4px;
		padding-right:4px;
}
#main-content {
		padding-left:55px;
		padding-right:55px;
}
a img {
	border:none;
}