@charset "UTF-8";
/* CSS Document */
body,
html {
    margin:0;
    padding:0;
	background-image: url(img/bg2.png); 
	background-repeat: repeat-x;
	}
body {
    min-width:750px;
	}
#wrap {
    margin:0 auto;
    width:750px;
	height:100%;
    }
#main {
    float:inherit;
    width:auto;
	}

#footer {
    clear:both;
	color: #b6b6b6;
	font-size: 12px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	text-align: center;
	}
	
#thisblock {
position: absolute;
left: 55%;
width: 500px;
padding: 10px;
border: none;
margin-left: -262px;
}

img { border: 0; }
	
p {
color: #4c4c4c;
font-size: 16px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
text-align: center;
}

p1 {
color: #4c4c4c;
font-size: 32px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
text-align: center;
}

a:link{
color: #e88c24;
text-decoration:none;
font-size: 32px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
}

a:visited{
color: #338ecd;
text-decoration:none;
font-size: 32px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
}

a:hover{
color: #f3c918;
text-decoration:none;
font-size: 32px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
}

a:active{
color: #f3c918;
text-decoration:none;
font-size: 32px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style: italic;
} 

label
{
float: left;
text-align: right;
margin-right: 1.5em;
display: block
}

input
{
display:inherit;
color: #4c4c4c;
font-size: 16px;
font-family: "Georgia", Times New Roman, Times, serif;
font-style:italic;
}