/* IE Png Fix */
img, div { behavior: url(iepngfix.htc) }

body{
magin:0;
padding:0;
background: url(../images/bkg.gif) repeat;
}

#temp{
margin:100px auto 0 auto;
padding:0;
width:450px;
height:300px;
background: url(../images/temp.png) no-repeat;
}

#temp_txt{
margin:0;
padding:150px 0 0 35px;
width:275px;
height:100px;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 12px;
line-height:14px;
color:#333;
text-align:left;
float:left;
display:inline;
}

a:link	{
color:#333;
text-decoration:none;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 12px;
}

a:visited {
color:#333;
text-decoration:none;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 12px;
}

a:hover {
color:#4f1113;
text-decoration:underline;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 12px;
}

a:active {
color:#333;
text-decoration:none;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 12px;
}