/* GENERAL
--------------------------------------- */

html							{
							width: 100%;
							height: 100%;
							}

body 							{
							width: 100%;
							height: 100%;
   							margin: 0px;
   							padding: 0px;
							font-family: Arial;
							font-size: 14px;
   							background-image: url(images/background.jpg);
   							background-position: top;
   							background-repeat: no-repeat;
							}

table.container						{
							width: 100%;
							height: 100%;
   							background-image: url(images/container.png);
   							background-position: 210px -151px;
   							background-repeat: no-repeat;
							}

.welcome						{
							width: 640px;
							height: auto;
   							text-align: left;
							color: #5c2803;
							padding-top: 30px;
							}

.welcome h1						{
							font-size: 25px;
							margin: 0px;
							padding: 0px;
							padding-bottom: 10px;
							}

.contact						{
							width: 640px;
							height: auto;
							color: #5c2803;
							padding-top: 30px;
							font-size: 12px;
							}

a							{
							text-decoration: none;
							color: #5c2803;
							}

a:hover							{
							text-decoration: underline;
							color: #5c2803;
							}

