Possible Duplicate:
What is the command to just slightly increase the text height of a particular page?
Squeeze some more lines on the current page
How would I shift up my text from the 2nd page to the 1st page? I realised if I removed a few lines from my personal summary (first section), the page will fit nicely.
But right now there is a big gap in my first page, how would I push up my 2nd page to my 1st page?
Edit: If you can't see the picture, i think if you right-click and find the image location, you can see the full picture.
My latex code is below.

\documentclass[10pt]{article}
\usepackage{array, xcolor, lipsum, bibentry}
\usepackage[margin=3cm]{geometry}
\usepackage{scrbase,scrpage2}
\pagestyle{scrheadings} % pagestyle with page number
\lohead{John Doe}
\definecolor{lightgray}{gray}{0.8}
\newcolumntype{L}{>{\raggedleft}p{0.14\textwidth}}
\newcolumntype{R}{p{0.8\textwidth}}
\newcommand\VRule{\color{lightgray}\vrule width 0.5pt}
\begin{document}
\thispagestyle{empty}
\begin{center}\Huge John Doe \end{center}
\vspace{1em}
\begin{minipage}[ht]{0.70\textwidth}
Address\\
Address\\
Address\\
Address\\
Address
\end{minipage}
\begin{minipage}[ht]{0.48\textwidth}
Mobile: 12345\\
Email: 123@gmail.com\\
Date of Birth: 01/01/2012\\
Citizenship: World
\end{minipage}
\vspace{2pt}
\section*{Personal Summary}
Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\section*{Education}
\begin{tabular}{L!{\VRule}R}
2009--2012&MSc Course.\vspace{5pt}\\
2006--2008& BSc Course.\\
\end{tabular}
\section*{Employment}
\begin{tabular}{L!{\VRule}R}
2011--2011&{\bf Name of company} Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. \\
&\begin{itemize}
\item Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\item Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\item Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\item Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\end{itemize}\\
\end{tabular}
\section*{Organisational Experience}
\begin{tabular}{L!{\VRule}R}
2011& Add my text here. \vspace{5pt}\\
\end{tabular}
\section*{Awards and Achievements}
\begin{tabular}{L!{\VRule}R}
2011&Add my text here. .\vspace{5pt}\\
2010&Add my text here. .\vspace{5pt}\\
2008&Add my text here. \\
\end{tabular}
\section*{Languages}
English, This, That.
\section*{Computer Skills and Competencies}
Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here. Add my text here.
\section*{Referees}
\begin{minipage}[t]{0.65\textwidth}
\textbf{Name}\\
\textit{Title}\\
Address\\
Address\\
Address\\
Address\\
Contact no.: 12345678
\end{minipage}
\begin{minipage}[t]{0.48\textwidth}
\textbf{Name}\\
\textit{Title}\\
Address\\
Address\\
Address\\
Address\\
Address\\
Address\\
Address\\
Contact no.: 12345678
\end{minipage}
\end{document}
tabularbylongtable. – Stephan Lehmke Aug 09 '12 at 19:35mdframedmaybe? But I have no experience with it. – Stephan Lehmke Aug 09 '12 at 19:44