@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
a img
{
  border: none;
}
#divthanks
{
	text-align:center;
	width:inherit;
}
#header {
	width: 1024px;
	margin: auto;
}

#content
{
	margin: auto;
	width: 1024px;
}

#title
{
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
	text-align: center;
}


/* Entry panel */

#firstpanel
{
	width: 1024px;
	height: 330px;
}

#textinfo
{
	width: 270px;
	color: white;
	float: left;
	padding-top: 10px;
	padding-left: 20px;	
	font-family: Helvetica, sans-serif;
	font-size: 10;
}

#entrypanel
{
	width: 290px;
	height: 330px;
	margin-left: 90px;
	margin-right: 50px;
	float: left;
	background-image: url(img/entrypanel.jpg);
}

#entrypanel table
{
	margin:0 auto;
	margin-top: 50px;
	width:150px;
}

#entrypanel td.imgtb
{
	height:30px;
	vertical-align:top;
}

#imgsubmit
{
	text-align:right;
}

#imgsubmit img:hover
{
	cursor: pointer;
	cursor: hand;
}

#error
{
	color:red;
	height:15px;
	font-size:9pt;
	text-align:center;
}

#bottles
{
	width: 300px;
	height: 330px;
	background-image: url(img/bottles.jpg);
	float: right;
}

#terms
{	
	color: white;
	text-align: right;
	font-family: Helvetica;
	font-size: 9pt;
	padding-right: 20px;
	padding-top: 305px;
}

#bottles a
{
	color: white;
}

/* Thanks panel */

#thanks
{
	width: 1024px;	
}

#thankmess
{
	margin-left: auto; 
	margin-right: auto;
	height: 330px;
	width: 600px;
}

#return
{
	color: yellow;
	text-align: center;
}

#return:hover
{
	cursor: pointer;
	cursor: hand;
}

#textmess
{
	color: white; 
	font-size: 14pt; 
	font-family:"Arial";
}
#pepsyinfo
{
	color: white; 
	text-align: center; 
	font-size: 8pt; 
	font-family:"Arial";
}
