﻿/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(bg.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 height: 390px;
 width: 436px;
 float: left;
 padding-left: 50px;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding-top: 20px;
 height: 390px;
 width: 436px;
 display: inline;
 position: relative;
}
.nhacviet {
		background: url(nhacviet.png) no-repeat top center;
		width: 312px;
		height: 357px;
		}
.nhacviet:hover {
		background: url(nhacviet_1.png) no-repeat top center;
		width: 333px;
		height: 383px;
		margin-top: -15px;
		margin-left: -11px;
		}
.loidich {
		background: url(loidich.png) no-repeat top center;
		width: 261px;
		height: 331px;
		}
.loidich:hover {
		background: url(loidich_1.png) no-repeat top center;
		width: 283px;
		height: 345px;
		margin-top: -2px;
		margin-left: -11px;
		}
