body {
	background-repeat: repeat;
	background-image:url(../images/Backgrounds/donuts.jpg);
	margin: 0;
	text-align: center;
	position: relative;
}

.mainContent{
	background-image:url(../images/adventure-draw-a-drawing-and-writing-adventure.png);
	background-repeat:no-repeat;
	width:991px;
	height:1181px;
	position: relative;
	margin:auto;
}

.topContent{
	width:991px;
	margin:0;
}

.userContent{
	position: relative;
	width:991px;
	padding-top:200px;
	z-index:200;
}

#userContent_read{
	position: absolute;
	margin-left:250px;
	width: 400px;
}

#navigation
{
	position: absolute;
	padding-left:40px;
	padding-top:15px;
	margin:auto;
}

#contact_div
{
	font-family:"Courier New", Courier, monospace; font-size:14px;font-weight:bold;
	position: absolute; 
	padding-top:0px;
	margin:auto;
}

ul 
{
	list-style-type:none;
	cursor:pointer;
}

#mainTitle{
	position: absolute;
	margin:0;
	display: inherit;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#example
{
	font-family:"Courier New", Courier, monospace; font-size:18px;font-weight:bold;
}

#purchase
{
	font-family:"Courier New", Courier, monospace; font-size:18px;font-weight:bold;
	padding-top:60px;
	padding-left:50px;

}

#purchase-dedication
{
	font-family:"Courier New", Courier, monospace; font-size:14px;font-weight:bold;
	display: inline; 
	padding:5px;

}

#gallery
{
	border:0px;
	text-decoration:none;
	padding-top: 35px;
	padding-left: 26px;

}

#social
{
	padding-left: 30px;
}


#eyeBall{
	position: absolute;
	margin:0;
	display: inherit;
	left: 0px;
	top: 0px;
	z-index: 50;
}

#author-text
{
	font-family:"Courier New", Courier, monospace; font-size:12px;font-weight:bold;
	margin-top:-120px;
	padding:20px;
}

#events
{
	font-family:"Courier New", Courier, monospace; font-size:12px;font-weight:bold;
	margin-top:3px;
	padding:20px;
}

#book
{
	margin-top:52px;
	margin-left:25px;
}

#book-text
{
	font-family:"Courier New", Courier, monospace; font-size:16px;font-weight:bold;
	margin-top:40px;
	left:0px;
	padding:10px;
}

#testimonials
{
	font-family:"Courier New", Courier, monospace; font-size:14px;font-weight:normal;
	font-style:italic;
	text-align:left;
	padding:30px;
}

h1
{
	font-family:"Courier New", Courier, monospace; font-size:18px;font-weight:bold;
	display: inline; 
}

.flyingFatGuyClass{
	position: relative;
	float:right;
	display: inherit;
	left: 0px;
	top: 0px;
	margin-right: 60px;
	z-index: 100;
}

#featuredArtist
{
	cursor:pointer;
	position: static;
	display:inherit;
	z-index: 100;
	margin-top:499px;
	padding-left:0px;
}

/* used for drawing */
#drawContainer { 
cursor:crosshair;
position: relative;
display: block;
margin-top:-600px;
padding-left:719px;
	-webkit-transform: rotate(-6deg) scale(1, 1.2);
    -moz-transform: rotate(-6deg) scale(1, 1.2);
    -ms-transform: rotate(-6deg) scale(1, 1.2);
    transform: rotate(-6deg) scale(1, 1.2);
/*
display:inherit;
z-index: 100;
margin-top:499px;
padding-left:350px;
*/
}

.transformed {
    
}

#drawImageView { 
border: 0px solid #000;
position: relative;
display:block;
margin-top:-600px;
padding-left:0px;
	-webkit-transform: rotate(-6deg) scale(1, 1.2);
    -moz-transform: rotate(-6deg) scale(1, 1.2);
    -ms-transform: rotate(-6deg) scale(1, 1.2);
    transform: rotate(-6deg) scale(1, 1.2);
/*
background-color:#FFFFCC;
cursor: crosshair;
position: static;
display:inherit;
z-index: 100;
margin-top:499px;
padding-left:350px;
*/
}
