﻿html { 
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	
	font-family: "Arial", "Helvetica", sans-serif;

}



a:link {
	color: #000000;
	text-decoration: none;
}     

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

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

table.nav {
    	float: left;
   	width: 150px;
	height: 200PX;
	background-color: #ffffff; 
	border: 1px solid black;
	border-radius: 25px;
}

table.content   {
    	position: absolute;
	float: right;
	right: 10px;
	width: 350px;
	height: 560px;
	background-color: #ffffff; 
	border: 1px solid black;
	border-radius: 25px;
}