@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../images/welcome-page/imag-in-dream.jpg);
	background-repeat: repeat;
}
p {
	text-align: left;
	font-size: 90%;
}



h1 {
	font-size: 25px;
	color: #000;
	text-align: center;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 440px;
}
body table tr td {
	background-color: #dddddd;
	text-align: center;
	font-size: 45px;
}





a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}
input {
	height: 35px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#button {
	height: 40px;
	font-size: 25px;
}
#textfield {
	font-size: 30px;
	height: 35px;
}
