body	{
	background-color: #333333;
	background-size:100% 100%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 120px;
	}
	
p	{
	color: #29398C;
	font-size: 20;
	text-align: center;
	}


font, h1	{
		color: #29398C;
		text-align: center;
		}



div	{
	color: #29398C;
	font-size: 20;
	font-weight: bold;
	font-color: #29398C;
	}

.table	{
	background-image:url("../Pics/grey.jpg");
	background-size:100% 100%;
	font-size: 26;
	font-weight: bold;
	}


a:link	{
	font-weight: bold;
	color: #29398C;
	}

a:visited	{
		font-weight: bold;
		}

a:hover	{
	font-weight: bold;
	color: green;
	}

a:active	{
		font-weight: bold;
		color: yellow;
		}

.container 	{
  		position: relative;
		align: center;

		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -4em;
		}

nav 	{
  	position: absolute;
  	left: 0px;
  	width: 200px;
	}

section {
  	margin-left: 250px;
	}

.logo	{
	background-image:url("../Pics/Logo.jpg");
	background-size:100% 100%;
 	top: 0;
  	left: 0;
 	height: 100px;
 	width: 100%;
	}

.place	{
	position: relative;
	right: 0;
	left: 275;
	}

* 	{
	margin: 0;
	}

html, body 	{
		height: 100%;
		}

/*.wrapper 	{
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -4em;
		}
*/

.footer, .push 	{
		height: 4em;
		}
		
