﻿@import url('banner.css');
@import url('topbar.css');
@import url('sideLink.css');
@import url('sideContact.css');
@import url('mainPart.css');
@import url('footer.css');


html {
	margin: 0px;
	rem padding: 0px 3em 0px 3em;
	rem background-color: #acacac;
	rem background-color: #acacac;
	rem color: #000;
	rem font-family: 'Arial New', Arial, sans-serif;
	
	rem Add the grad to the side of the screen;
	background-repeat:repeat-y;
	background-image:url('../images/Right to fade grey.gif');
	background-position:right;

}

