@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:11px;
	text-align:center;
}

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

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