body
{
	background-color:#380b08;
	background-image:url('../img/background.jpg');
	color:#ffffff;
	font-family:sans-serif;
	margin:0;
	padding:0;
	background-position:center top;
}

table
{
	border:0;
	border-spacing:0;
	padding:0;
	border-collapse:collapse;
	*border-collapse: expression('separate', cellSpacing = '0x');
}

#leftmenu
{
	height:900px;
	display:none;
	width:300px;
}

.contact
{
	width:300px;
	height:290px;
	position:relative;
	text-align:center;
	font-family:serif;
	font-size:16pt;
	color:black;
}

.contacttext
{
	position:absolute;
	left:55px;
	width:200px;
	top:100px;
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
}

.twitter
{
	width:300;
	height:610;
	background: transparent url('../img/iphone.png') left top no-repeat;
}

#twitterfeed
{
	border:0;
	width:243px;
	height:429px;
	position:relative;
	top:90px;
}

#main
{
	width:696px;
	height:900px;
}

#ipad
{
	width:696px;
	height:900px;
	background: transparent url('../img/ipad.png') left top no-repeat;
}

#iframe
{
	border:0;
	width:550px;
	height:732px;
	padding-top:82px;
}

.homebutton
{
	cursor:pointer;
	margin-top:10px;
	width:50px;
	height:50px;
}

.homebutton:hover
{
	background-color:rgba(0,0,0,.5);
}

#rightmenu
{
	height:900px !important;
	display:none;
	width:300px
}

.sticky
{
	height:900px;
	text-align:center;
	color:black;
	font-size:16pt;
	line-height:20pt;
	background-repeat:no-repeat;
	background-position:center center;
}

.sticky a, .contact a
{
	font-family:serif;
	color:#2d7abf;
	font-size:13pt;
	text-decoration:none;
}

.sticky a:hover, .contact a:hover
{
	text-decoration:underline;
}

.woodlogo
{
	position:absolute;
	left:-60px;
	z-index:-3;
}

.sponsorshipimage
{
	position:absolute;
	left:-20px;
	top:200px;
	z-index:-1;
}

.sponsorshiptext
{
	position:absolute;
	left:10;
	top:290px;
	width:250px;
	z-index:0;
	font-family:serif;
	transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
}

.clientimage
{
	position:absolute;
	left:-20px;
	top:400px;
	z-index:-2;
}

.clienttext
{
	position:absolute;
	left:-5;
	top:490px;
	width:240px;
	z-index:0;
	font-family:serif;
	transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
}

#hometip, #swipetip
{
	display:none;
	padding:10px;
	font-size:10pt;
	background:rgba(0,0,0,128);
	position:relative;
	border:1px solid white;
	border-radius:10px;
}

#swipetip
{
	top:-800px;
	left:460px;
}

#hometip
{
	top:-95px;
	left:240px;
}

.foot
{
	text-align:center;
	font-size:10pt;
	line-height:20px;
	opacity:.5;
	text-shadow:0 2px 4px black;
}

.foot a
{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:white;
}

.foot a:hover
{
	text-decoration:underline;
}

.grad
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:800px;
	background-image:url('../img/grad.png');
	background-repeat:repeat-x;
	z-index:-1;
}

