/*---------------------------------------
Loving That Gift Basic Style Sheet
Author: Neil Mills optimasemper.com
---------------------------------------*/

/* - Import styles */
@import url("reset.css");
@import url("layout.css");
@import url("typography.css");
@import url("form.css");


/* - Global */
body,html{
		height:98%;
		width:100%;
		margin:0px;}

body{
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #FFF;
	background:#000;
	text-align:center;
	margin:10px 0;
}
body#gallery{
	background: #000 url(../images/blue_bg.jpg) left top no-repeat;
	position:static;
}


#myAlternativeContent{
	position:relative;

}

a#gallerylink{
	position:absolute;
		left:0px;
	top:0px;
}

/* - Common */

.hide {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* End hide from IE-mac */


.float_right {
	float:right;
	padding-left:10px;
}
.float_left {
	float:left;
}

.clear{
	clear:both;
}

a,
a:visited{
	color:#FFF;
	text-decoration:none;
}
