/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}

a {
        text-decoration : none;
	color : #888;
}
a:hover {
        text-decoration : none;
	color : #888;
}
a:visited {
        text-decoration : none;
	color : #888;
}

div#footerwrap {
        width:100%;
        position:absolute;
        bottom:0;
        height:20px;
        background-color: #BBB;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity: 0.5;
}
body>div#footerwrap {
        position:fixed;
}
div#footer{
        margin-right : 10px;
        text-align:right;
        font-size : 12px;
        color : black;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}

#footer a{
        color : black;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #888;
	margin-left : 250px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #ff0101;
	margin-left :20px;
	margin-top : 20px;
}


/* Text Styles */

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #ff0101;
	margin-left :50px;
	margin-top : 40px;
		
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #888;
	margin-left : 750px;
		
}

