html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
        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
}
.wrapper {
	width: 100%;
	min-height: 100%;
}
*html .wrapper {
	height: 100%;
}
.container {
	width: 100%;
	text-align: left;
	padding-bottom: 28px;
}
.footer {
	width: 100%;
	height: 28px;
	line-height: 28px;
	margin-top: -28px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 12px;
	position: relative;
	font-style: italic;
}
.footer a, .footer a:hover, .footer a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footerleft {
	float: left;
	padding-left: 30px;
	text-transform: capitalize;
}
.footerright {
	float: right;
	text-align: right;
	padding-right: 30px;
	text-transform: none;
}

.logo {
	position: relative;
	margin-top: 90px;
	margin-left: 210px;
}

.welcome {
	position: relative;
	text-align: center;
	padding: 200px 0px 0px 30px;
}
.welcomeindent {
	padding: 0px 0px 0px 10px;
}

.welcome ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.welcome2 {
    list-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color:#4D4E51;
	float:left;
	clear:both;
	padding:2px 4px 4px 4px;
	font-style: italic;
}
.welcome li {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color:#4D4E51;
	float:left;
	clear:both;
	padding:2px 4px 4px 4px;
	font-style: italic;
}

.welcome a, .welcome a:visited {
	font-size: 18px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	text-decoration: none;
}

.welcome a:hover {
	border-bottom: 0px;
	background-color: #6DA9B7;
}
.welcome a.selected {
	color: #a5a5a9;
	border-bottom: 0px;
}

#loader {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom:480px;
    display: none;
    z-index: 1000;
}

#box {
	position: absolute;
	width: 110px;
	height: 113px;
	text-indent: -9999px;
	bottom:300px;
	left:50%;
	margin-left:340px;
	cursor: pointer;
}
#logofloat {
	position: absolute;
	width: 266px;
	height: 142px;
	text-indent: -9999px;
	bottom:100px;
	left:0;
	margin-left:180px;
	background-image: url(http://mattymorgs.ca/images/logo_mattymorgs.png);
	cursor: pointer;
	visibility: visible;
}
.entryfloat {
	position: absolute;
	width: 426px;
	height: 436px;
	text-indent: -9999px;
	bottom:100px;
	left:0;
	margin-left:180px;
	background-image: url(../images/entry_mattymorgs.png);
	cursor: pointer;
	visibility: visible;
}
#floatsecondary {
	position: absolute;
	width: 490px;
	height: 175px;
	text-indent: -9999px;
	bottom:311px;
	left:6px;
	margin-left:30px;
	cursor: pointer;
	visibility: inherit;
}

