/*
		File: 	style.css
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*---------------------------------------------------------------------------- 
CORE HTML TAGS
-----------------------------------------------------------------------------*/
@import url("../Config/content.css");
@import url("../Config/font.css");
@import url("../Config/bg.css");
@import url("animate.css");
@import url("buttons.css");
@import url("hover.css");
@import url("search.css");

body {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
}
html {
	overflow-x: hidden;
}
a { text-decoration:none; outline:none; }

.wrapper {
	position:relative;
	min-height:100%; height:auto !important; height:100%;
}
.footer { 
	position:relative;
	width: 100%;
	margin: 0 auto;
}

#cornerL { position:absolute; width:40px; height:40px; z-index:99; left:0px; top:0px; }
#cornerR { position:absolute; width:40px; height:40px; z-index:99; right:0px; top:0px; }