/*
General proprietes
*/

	/* Body Prop */
	
	body {
		background: url(../images/mainBackgr.jpg) no-repeat #0a0a0a;
		color:#929292;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		margin:95px 0 0 0;
	}

	/* Floating */
	.left {
		float:left;
	}
	
	.right {
		float:right;
	}