/* 	Base CSS Document  - contains structural css elements used by all pages */
/* Talisker Club Styles */
/* 11/9/06 */

* {	margin: 0; padding: 0; } 

html {
	height: 100%;
}

body {
	background-color: #ffffff;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -339px;
	text-align: center;
	min-width: 1000px;
}

#flashcontent {     
	position: relative;
	text-align: left;
	width: 1000px;
	height: 678px;
	margin: 0px auto;
}

.noflash {

}


.hidden {
	visibility: hidden;
}