/*
	Tidybooks Meta Information
	PRIMARY STYLE SHEET
	
	Site creation by Jim Whimpey
	Illustration and Graphics by Jim Whimpey
	xHTML/CSS and programming by Jim Whimpey
	Contact - hello (at) jimwhimpey (dot) com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background: #032438 url("./images/bg.png") repeat-x;
		}
		
		#wrapper {
			width: 750px;
			height: 451px;
			margin: 0 auto;
			position: relative;
			}
		
			#tidybooks {
				position: absolute;
				width: 416px;
				height: 322px;
				top: 129px;
				background: url("./images/tidybooks.png");
				}
				
				h1 { display: none; }
					
	#contact {
		position: absolute;
		font-size: 1.1em;
		color: #fff;
		font-family: "Lucida Grande", Verdana, sans-serif;
		top: 200px;
		left: 485px;
		text-align: left;
		}
		
		#contact p span { font-weight: bold; }

		#contact p a { color: #fff; text-decoration: none; }
		
		#contact p a:hover { border-bottom: 1px solid #fff; }
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					