/* CSS Document */
#container {
            height:100%;
            margin:0;
            padding:0;
            width:100%;
}
body {
			background-image:url(../images/background_201309.jpg);
            height:100%;
            margin:0;
            padding:0;
            width:100%;
            color:#3D4664;
            font-family: verdana, arial, century gothic;
            font-size: 10px;
            text-align: center;
}
#formBox {
            background-color:#F6EF88;
            border:1px dotted #303030;
            display:none;
            padding:10px 0;
            position:absolute;
            text-align:center;
            width:200px;
            height:152px;
}
#formBox textarea {
            background-color:#FFFFFF;
            border:1px solid #303030;
}
.message {
			background-image:url(../images/post-it_small.png);
			background-repeat: no-repeat;
            width: 180px;
            height: 170px;
            padding: 50px 3px 0 0;
            position:absolute;
}

h1 {
	font-size: 4em;
	color: #FFF;
	text-shadow: 2px 2px 8px #333;
}

a {
    color: #000;
}


/***********************************
Styling properties Intermention
***********************************/

#powered {
	position: fixed;
	bottom: 0;
	margin: 0 auto;
}

.inter {
	color:#000;;
	font-weight: bold;
}

#powered a {
	text-decoration: none;
}

.mention {
	color: #CC4422;
	font-weight: bold;
}