﻿/*
=========================
	HOME PAGE
=========================
*/
BODY
{
	background-color	: #000000;
	color				: #666666;
	font-family			: Verdana;
	font-size			: 7pt;
	margin				: 0px;
}
DIV.Background
{
	margin-left			: auto;
	margin-right		: auto;
	position			: relative;
	top					: 50px;
	width				: 950px;
}
DIV.imgHarryLogo
{
	margin-bottom		: 30px;
	text-align			: center;
	width				: 950px;
}
DIV.imgHomeMain
{
	float				: left;
}
DIV.RightItems
{
	float				: left;
}
DIV.HomeBooks
{
	padding-left		: 60px;
}
DIV.DanPatching
{
	text-align			: center;
}

DIV.HomeEnter
{
	float				: left;
	padding-left		: 50px;
	padding-top			: 100px;
}
DIV.HomeHarry
{
	float				: left;
	margin-left			: 20px;
}
IMG
{
	border-style		: none;
}
A, A:HOVER
{
	color				: #666666;
	font-family			: Verdana;
	font-size			: 7pt;
	text-decoration		: none;
}
