html, body
{
    height:100%;
	margin: 0;
	background-color: #fff;
}

#main
{
	position: relative;
    z-index: 0;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
	background-image:url(images/Middle_texture.jpg);
	background-repeat:repeat;
	background-attachment: fixed;

}

.content
{
	position: relative; left: 30%;
	position: absolute; top: 5%;
	
}

.EmailIcon
{
	position: absolute; left: 80%;
	position: absolute; top: 35%;
	float:right
	
}

