@charset "utf-8";
/* CSS Document */

@import url("layout.css");
@import url("content.css");


html,body,div,p {font: normal 12px Georgia, Palatino, "Palatino Linotype", serif;}
body { top: 50px; background-color: #4C4C4C; color: #333; 
}

img {behavior: url("pngbehavior.htc");}

* {
	margin: 0px;
	padding: 0px;
}
