body
{ 
background-image: url(images/background.jpg); 
background-size: 100%;
background-color: #5679ED;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom;
;
}
img
{
 border: none;
}
.text
{
 align: right;
 width: 95%;
 background: #ffffff;
}
p
{
 letter-spacing: 1px;
 line-height: 1.5em;
 font-size: 10pm;
 text-indent: 20px; 
 font-family: "courier new";
}
font
{
 letter-spacing: 1px;
 line-height: 1.5em;
 font-size: 10pm; 
 font-family: "courier new";
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #5cc800 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image #804000*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #800000; /*background color of tabs onMouseover #AE5300*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #5cc800; /*background color of horizontal line #804000*/
border-top: 5px solid #800000; /*Remove this to remove border between bar and tabs #fff*/
}