body,html{
width : 100%;
height : 100%;
}

body{
	background: url(thebackground.png) repeat-y left;
}

div.attention{
	margin : 7px 5px 10px 5px;
	border : 1px solid #000;
	background-color : #ececec;
	padding : 5px 5px 5px 5px;
	font-weight : bold;
	font-family : Trebuchet MS, Arial, Verdana, Helvitica, Sans-serif;
}