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

body{
	background:url(../images/repeat.jpg);
}

#main-div {
position: absolute;
top: 50%;
left: 50%;
width: 500px;
height: 300px;
margin-top: -200px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -250px; /*always take 1/2 from the size of the width, they have to be negative*/
background:url(../images/block.png) no-repeat;
}
.image{
	padding-top:35px;
	padding-left:120px;
	padding-bottom:20px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	padding:0px;
	margin:0px;
}

.loggo{
	padding-left:70px;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:20px;
}

a{
	color:#666;
	text-decoration:underline;
	line-height:16px;
}
a:hover{
	color:#060;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:underline;
}

li{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-align:left;
}

/*.padding-leftish{
	padding-left:170px;
}*/
#main-div2 {
position: absolute;
top: 30%;
left: 50%;
width: 300px;
min-height: 300px;
background:#FFF;
margin-top: -200px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -250px; /*always take 1/2 from the size of the width, they have to be negative*/
padding-bottom:25px;
padding-left:100px;
padding-right:100px;
border:2px #999 solid;
-webkit-box-shadow:inset 0px 0px 25px #999999;
-moz-box-shadow:inset 0px 0px 25px #999999;
box-shadow:inset 0px 0px 25px #999999;
-webkit-border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;

}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-size:14px;
	padding:0px;
	margin-top:25px;
	margin-bottom:3px;
	font-weight:bold;
}
