html {
	height:100%;
}

body {
	font-size:13px; 
	color:#000000; 
	font-family:Arial, Helvetica, Sans-Serif; 
	background-image:url('../images/background.gif');
	background-repeat:no-repeat;
	background-color: #f7a5ac;
	min-width: 994px;
}

div {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#container {
	padding-right:0px; 
	padding-left:0px; 
	padding-bottom:0px; 
	margin:0px auto; 
	width:812px; 
	padding-top:0px;	 
}

#header {
	margin: 0px 0px 0px 0px; 
	width: 100%; 
	height: 80px;
}

#mainContent {
	margin: 0px 0px 0px 0px; 
	background-color: #feffd7;
	background-image: url("../images/nailstests.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 500px;
}

#pageContent {
	margin: 0px 0px 0px 0px; 
	background-color: #feffd7;
	min-height: 500px;
}

#greenbubble {
	background-image:url("../images/green_ad.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
	min-height:257px;
}

#greenbubble img {
	float:right;
	margin-top:55px;
}

#footer {
	margin:15px 0px 0px 0px;
	font-size:11px; 
	color:#000000;	 
	font-family:Arial, Helvetica, Sans-Serif; 	
	font-weight:bold;
	width:100%;
	text-align:center;
}

#yellowbox {
	float: right;
	background-image: url("../images/yellow_box.gif");
	background-position: right;
	background-repeat: no-repeat;
	width:228px;
	height: 264px;
}

#yellowboxcopy {
	text-align:left;
	margin: 20px 0px 0px 15px;
	width: 200px;
}

.intro {
	margin:10px 0px 0px 20px;
	float:right;
	width:530px;
}

.leftspot {
	margin:10px 0px 0px 20px;
	float:left;
	text-align:center;
	
	
}
 
 
.logo {
	float: left;
	width:237px;
	height: 142px;
}

.logo_tip {
	position: relative;
	top: -122px;
	left: -42px;
}

.clear {
	clear:both;
}

a:link {color: black;  outline: none; text-decoration: none;}     /* unvisited link */
a:visited {color: black; outline: none; text-decoration: none;}  /* visited link */
a:hover {color: #FF00FF; outline: none; text-decoration: none;}   /* mouse over link */
a:active {color: #FF00FF; outline: none; text-decoration: none;}   /* selected link */