body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000000;
	background-image:url("bg.png");
	background-attachment:scroll;
	background-repeat:repeat;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
font-family:verdana;
font-size:11px;
	color: #FFFFFF;
}


p {
border:0px;
margin:0;
padding:0;
}

a img {
border: none;
border-style:none;
}


img {

}


a:visited { color: #1F1F1F;}

a {
	color: #FFFFFF;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}


#container {
        min-height:100%;
        position:relative;
}

 
#twitterfeed {
        position: absolute;
        background-color: #000000;
        color: #FFFFFF;
        right: -70px;
        top: 16%;
        padding-right:100px;
}


#back {
width: 844px;
margin: 0 auto;
overflow: visible;
position:absolute;
left:48%;
top:0;
padding-left:57px;
padding-top:0px;
margin-left:-422px;
background-image:url("mainbg.png");
background-repeat:repeat-y;
	color: #FFFFFF;
font-family:verdana;
font-size:11px;
}

#navi {
margin-left:-27px;
border:none;
font-size:0px;
line-height: 0;
background:none;
}

#content {
margin-top:10px;
margin-left:-6px;
color:#FFFFFF;
font-family:verdana;
font-size:11px;
width:800px;
overflow: visible;
}

#container {
height: 600px;
position:absolute;
width:100%;
left:0;
top:6px;
	color: #FFFFFF;
font-family:verdana;
font-size:11px;
}


.roundcont {
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}

.roundcont p {
	margin: 0 15px;
}

.roundtop { 
	background: url(tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(br.png) no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}


::selection {
	background: #333; /* Safari */
	}
::-moz-selection {
	background: #333; /* Firefox */
}







