@import url("default-home.css");

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: url("/images/bg-content.png") 
        repeat-x scroll 0 60px #ffffff;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background: transparent;
	position: relative;
}

#message, #timer {
	float: left;
	padding: 10px 20px 10px 21px;
	min-height: 200px;
	width: 234px;
	margin: 15px 30px 15px 30px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

#timer {
	float: right;
}

#message h1, #timer p {
	margin: 5px 0 5px 0;
	color: #222222;
    font: 1.4em Arial,Helvetica,sans-serif;
}

#message h2 {    
	color: #333333;
	font: 1.1em Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 0 0;
}

#message p {
    color: #333333;
    font: 0.82em/1em Arial,Helvetica,sans-serif;
    line-height: 1.4em;
    margin: 0.5em 0 1em;
}

#timer {
    line-height: 1.4em;
    text-align: center;
}

#counter {
    font: 5em Arial,Helvetica,sans-serif;
    margin: 0.5em 0 1em;
}
